diff --git a/infra/libfuzzer-pipeline-test.groovy b/infra/libfuzzer-pipeline-test.groovy index 1dfdd93f6..cfa7326fb 100644 --- a/infra/libfuzzer-pipeline-test.groovy +++ b/infra/libfuzzer-pipeline-test.groovy @@ -127,7 +127,7 @@ def call(body) { } } sh "ls -al $resultsDir/" - step([$class: 'JUnitResultArchiver', testResults: '**/TEST-*.xml']) + step([$class: 'JUnitResultArchiver', testResults: '$resultsDir/TEST-*.xml']) echo "Tested $fuzzersFound fuzzer" if (!fuzzersFound) { error "no fuzzers found";