Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-11 19:02:41 -07:00 committed by GitHub
parent b808fa71ab
commit 8dcb3d039b
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ def call(body) {
writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport
}
}
sh "ls -al $resultsDir/"
step([$class: 'JUnitResultArchiver', testResults: '**/TEST-*.xml'])
// sh "ls -al $resultsDir/"
// step([$class: 'JUnitResultArchiver', testResults: '**/TEST-*.xml'])
echo "Tested $fuzzersFound fuzzer"
if (!fuzzersFound) {
error "no fuzzers found";