From 1a5846b1a13b3dfc9dde063e78fbb8634a4cd169 Mon Sep 17 00:00:00 2001 From: iarspider Date: Thu, 31 Oct 2024 11:34:33 -0700 Subject: [PATCH] Update test_multiple_prs.sh --- pr_testing/test_multiple_prs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_testing/test_multiple_prs.sh b/pr_testing/test_multiple_prs.sh index 206ef2a60cd..8c671980c98 100755 --- a/pr_testing/test_multiple_prs.sh +++ b/pr_testing/test_multiple_prs.sh @@ -1121,7 +1121,7 @@ rm -f $WORKSPACE/deprecated-warnings.log get_compilation_warnings $WORKSPACE/build.log > $WORKSPACE/all-warnings.log git diff --name-only $CMSSW_VERSION > $WORKSPACE/changed-files -pushd $WORKSPACE +pushd .. scram b echo_SCRAM_TOOL_HOME test -e config/SCRAM/findDependencies.py SCRAM_TOOL_HOME=`scram b echo_SCRAM_TOOL_HOME 2>/dev/null | tail -1 | cut -d' ' -f3`