mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
dff6c9745e
commit
010d906631
|
@ -114,7 +114,7 @@ def call(body) {
|
|||
}
|
||||
}
|
||||
sh "ls -al $resultsDir/"
|
||||
step([$class: 'JUnitResultArchiver', testResults: '$resultsDir/*.xml'])
|
||||
step([$class: 'JUnitResultArchiver', testResults: '${resultsDir}*.xml'])
|
||||
echo "Tested $fuzzersFound fuzzer"
|
||||
if (!fuzzersFound) {
|
||||
error "no fuzzers found";
|
||||
|
|
Loading…
Reference in New Issue