Skip to content

Commit

Permalink
Protect also aod.C
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Nov 7, 2022
1 parent d78272b commit 8ef12d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gun/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ mv syswatch.log simwatch.log
aliroot -b -q rec.C 2>&1 | tee rec.log
mv syswatch.log recwatch.log
if [ -n "$ALICE_PHYSICS" ]; then
# For this macro, we need OADB, which is part of AliPhysics.
# These macros need AliPhysics to work.
aliroot -b -q "$ALICE_ROOT/STEER/macros/CheckESD.C" 2>&1 | tee check.log
aliroot -b -q aod.C 2>&1 | tee aod.log
fi
aliroot -b -q aod.C 2>&1 | tee aod.log

cd recraw
ln -s ../raw.root
Expand Down

0 comments on commit 8ef12d1

Please sign in to comment.