Update common.groovy

[ROCm/rccl-tests commit: 97a26afc26]
This commit is contained in:
saadrahim
2020-05-22 09:58:42 -06:00
committed by GitHub
parent 279011312a
commit 639b2415e6
+1 -1
View File
@@ -31,7 +31,7 @@ def runTestCommand (platform, project)
"""
platform.runCommand(this, command)
junit "${project.paths.project_build_prefix}/build/release/test/*.xml"
junit "${project.paths.project_build_prefix}/*.xml"
}
return this