From 0980b94c7810976398e34edb593be6020429ec06 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Wed, 16 Mar 2022 22:10:20 -0500 Subject: [PATCH] test was not one-path ready --- bin/museTest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/museTest.sh b/bin/museTest.sh index 470bb9d..751aa14 100755 --- a/bin/museTest.sh +++ b/bin/museTest.sh @@ -50,7 +50,7 @@ museTest_full(){ exit 1 fi - mu2e -c HelloWorld/test/hello.fcl >& hello.log + mu2e -c Offline/HelloWorld/test/hello.fcl >& hello.log RC=$? if [ $RC -ne 0 ]; then echo "[$(date)] hello failed with RC=$RC" @@ -218,7 +218,7 @@ museTest_mgit(){ fi echo "mgit hello test" - mu2e -c HelloWorld/test/hello.fcl >& hello.log + mu2e -c Offline/HelloWorld/test/hello.fcl >& hello.log RC=$? if [ $RC -ne 0 ]; then echo "[$(date)] ERROR - mgit hello failed RC=$RC "