Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-11 20:02:24 -07:00 committed by GitHub
parent 45903723d0
commit 25cbaa397e
1 changed files with 5 additions and 4 deletions

View File

@ -116,10 +116,11 @@ def call(body) {
" failures=\"0\"\n" +
" hostname=\"localhost\"\n" +
" id=\"test\"\n" +
" package=\"\"\n" +
" tests=\"\"\n" +
" time=\"\"\n" +
" timestamp=\"\">\n" +
" package=\"$projectName\"\n" +
" tests=\"1\"\n" +
" time=\"1s\"\n" +
" timestamp=\"0\">\n" +
" <testcase name=\"aName\" classname=\"aClassName\" time=\"1s\"/>\n" +
" </testsuite>\n" +
"</testsuites>\n";
writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport