This commit is contained in:
Mike Aizatsky 2016-10-27 10:07:53 -07:00
parent 0b05c13fb0
commit 39479734da
1 changed files with 2 additions and 3 deletions

View File

@ -19,15 +19,14 @@
compile
REPORT_DIR="/junit_reports"
mkdir -p $REPORT_DIR
REPORT_TEXT=$(cat <<-EOF
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="com.mikea.concrete.StackTest" tests="1" skipped="0" failures="0" errors="0" timestamp="2016-10-25T02:57:01" hostname="box678.localdomain" time="0.053">
<testsuite name="Fuzzers" tests="1" skipped="0" failures="0" errors="0" timestamp="2016-10-25T02:57:01" hostname="box678.localdomain" time="1">
<properties/>
<testcase name="testEmptyStack" classname="com.mikea.concrete.StackTest" time="0.05"/>
<testcase name="SomeFuzzer" classname="SomeFuzzer" time="1"/>
<system-out><![CDATA[]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>