Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-11 18:54:48 -07:00 committed by GitHub
parent dff6c9745e
commit 010d906631
1 changed files with 1 additions and 1 deletions

View File

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