mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
b808fa71ab
commit
8dcb3d039b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue