mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy
This commit is contained in:
parent
8dcb3d039b
commit
afaa375fb2
|
@ -111,6 +111,7 @@ def call(body) {
|
|||
|
||||
testReport += "</testsuite></testsuites>";
|
||||
writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport
|
||||
sh "cat $resultsDir/TEST-${sanitizer}.xml"
|
||||
}
|
||||
}
|
||||
// sh "ls -al $resultsDir/"
|
||||
|
|
Loading…
Reference in New Issue