diff --git a/vars/helper.groovy b/vars/helper.groovy index f39a6c8d0d70b9eac78322b0073734e255780087..afe0f7856c1f8e40d06022db1e6fd026d72333ea 100644 --- a/vars/helper.groovy +++ b/vars/helper.groovy @@ -287,6 +287,7 @@ for VAR in \${JOB_VARIABLES} \${TEST_VARIABLES}; do export \\`eval echo \\\${VAR}\\` done ctest --no-compress-output \${CTESTOPTS} -T Test -V || true +echo sed -i Testing/*/Test.xml -e 's_\\(^[[:space:]]*<Name>\\)\\(.*\\)\\(</Name>\\)\$_\\1${label}.${buildType}.\\2\\3_' sed -i Testing/*/Test.xml -e 's_\\(^[[:space:]]*<Name>\\)\\(.*\\)\\(</Name>\\)\$_\\1${label}.${buildType}.\\2\\3_' cp -r /scratch/build-${JOB_NAME}/Testing "${WORKSPACE}" EOF