Skip to content

Commit

Permalink
Merge pull request #58 from rlcee/onepath_test
Browse files Browse the repository at this point in the history
test was not one-path ready
  • Loading branch information
rlcee authored Mar 17, 2022
2 parents 6e399f9 + 0980b94 commit c594fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/museTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 "
Expand Down

0 comments on commit c594fad

Please sign in to comment.