Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-11 18:50:45 -07:00 committed by GitHub
parent c94e5d421f
commit 3a0ad2dac6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def call(body) {
}
testReport += "/>";
writeFile("$resultsDir/TEST-${sanitizer}.xml", testReport);
writeFile file:"$resultsDir/TEST-${sanitizer}.xml", text:testReport
}
}
step([$class: 'JUnitResultArchiver', testResults: '$resultsDir/*.xml'])