]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/pploadlibs/runtest.sh
Update master to aliroot
[u/mrichter/AliRoot.git] / test / pploadlibs / runtest.sh
index 21d30cf3e73a2fa2b29ed67f4d062fd6f5419ee2..11681dbfd47c6a5f8d0d908108f5507caaf5a4da 100755 (executable)
@@ -7,12 +7,14 @@ else
     REXE=root.exe
 fi
 
-rm -rf *.root *.dat *.log fort* hlt hough raw* *~
-
-${REXE} -b -q sim.C      2>&1 | tee sim.log
-${REXE} -b -q rec.C      2>&1 | tee rec.log
-${REXE} -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
+rm -rf *.root *.dat *.log fort* hlt hough raw* *~ GRP
 
+${REXE} -b -q runsim.C      2>&1 | tee sim.log
+mv syswatch.log simwatch.log
+${REXE} -b -q runrec.C      2>&1 | tee rec.log
+mv syswatch.log recwatch.log
+${REXE} -b -q aod.C 2>&1 | tee aod.log
+${REXE} -b -q runcheck.C 2>&1 | tee check.log