diff --git a/infra/libfuzzer-pipeline-test.groovy b/infra/libfuzzer-pipeline-test.groovy index cfa7326fb..1dfdd93f6 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: '$resultsDir/TEST-*.xml']) + step([$class: 'JUnitResultArchiver', testResults: '**/TEST-*.xml']) echo "Tested $fuzzersFound fuzzer" if (!fuzzersFound) { error "no fuzzers found";