mirror of https://github.com/google/oss-fuzz.git
cleanup
This commit is contained in:
parent
0b05c13fb0
commit
39479734da
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue