]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/genkine/runtest.sh
Removing extra coma
[u/mrichter/AliRoot.git] / test / genkine / runtest.sh
index 722564b5bb68e95904b637fee6535afdda04ac09..f26bd7be8e5e5673b9d62d7de1d7edcf254e5709 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
 rm -rf */*.root */*.log */*.dat
 cd ./gen
-aliroot -b -q rungen.C\(1\) 2>&1 | tee gen.log
+aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
 chmod a-w *.root
 cd ../sim
-aliroot -b -q sim.C\(1\) 2>&1 | tee sim.log
-#aliroot -b -q rec.C      2>&1 | tee rec.log
+aliroot -b -q sim.C\(5\) 2>&1 | tee sim.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