]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/gun/runtest.sh
Update master to aliroot
[u/mrichter/AliRoot.git] / test / gun / runtest.sh
index 6fbba9f58dce5497b7c97713164f844ad54253a5..d7f59a1088b86d8917d162ff68888c2bf0373c75 100755 (executable)
 
 rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log
 aliroot -b -q sim.C      2>&1 | tee sim.log
+mv syswatch.log simwatch.log
 aliroot -b -q rec.C      2>&1 | tee rec.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
+mv syswatch.log recwatch.log
+aliroot -b -q ${ALICE_ROOT}/STEER/macros/CheckESD.C 2>&1 | tee check.log
+aliroot -b -q aod.C 2>&1 | tee aod.log
 
 cd recraw
 ln -s ../raw.root
 aliroot -b -q rec.C      2>&1 | tee rec.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
+aliroot -b -q  2>&1 aod.C | tee aod.log