From 639b2415e621379496768c83be524bd5c590745d Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Fri, 22 May 2020 09:58:42 -0600 Subject: [PATCH] Update common.groovy [ROCm/rccl-tests commit: 97a26afc2626650783ff94f36b1254d809b4d7d0] --- projects/rccl-tests/.jenkins/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl-tests/.jenkins/common.groovy b/projects/rccl-tests/.jenkins/common.groovy index 5bf86a4765..c893f9fd8e 100644 --- a/projects/rccl-tests/.jenkins/common.groovy +++ b/projects/rccl-tests/.jenkins/common.groovy @@ -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