Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-11 19:17:47 -07:00 committed by GitHub
parent 8dcb3d039b
commit afaa375fb2
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ def call(body) {
testReport += "</testsuite></testsuites>";
writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport
sh "cat $resultsDir/TEST-${sanitizer}.xml"
}
}
// sh "ls -al $resultsDir/"