Update libfuzzer-pipeline-test.groovy

This commit is contained in:
Mike Aizatsky 2016-10-14 14:10:29 -07:00 committed by GitHub
parent 52fbe2ffd3
commit 1e501e66b0
1 changed files with 1 additions and 1 deletions

View File

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