]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Revert changes from rev. 30849
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 10:20:30 +0000 (10:20 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 10:20:30 +0000 (10:20 +0000)
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