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