]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CheckESD.C is now in STEER/macros
authorhristov <Peter.Hristov@cern.ch>
Mon, 1 Dec 2014 09:51:08 +0000 (10:51 +0100)
committeragrigora <alina.grigoras@cern.ch>
Mon, 15 Dec 2014 12:52:03 +0000 (13:52 +0100)
test/gun/runtest.sh
test/ppbench/runtest.sh

index d97cad1f594e05daf2aad4b152e821123f0977d7..d7f59a1088b86d8917d162ff68888c2bf0373c75 100755 (executable)
@@ -18,7 +18,7 @@ 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
 mv syswatch.log recwatch.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.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
index 41ff65b80ac41cfeabbc7dfd76e40066460c25de..d6eef003d4cf4f3e27e132b6aaabf8c8553357a8 100755 (executable)
@@ -18,7 +18,7 @@ aliroot -b -q $1sim.C      2>&1 | tee sim.log
 mv syswatch.log simwatch.log
 aliroot -b -q $1rec.C      2>&1 | tee rec.log
 mv syswatch.log recwatch.log
-aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.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