git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Recover the AOD test
[u/mrichter/AliRoot.git]
/
test
/
pileup
/
runtest.sh
diff --git
a/test/pileup/runtest.sh
b/test/pileup/runtest.sh
index 0b175ca78b66a05a0d15e206e43cd892144ec3a9..92904a31ac4e4260f4d85ee4aca65851f67b703b 100755
(executable)
--- a/
test/pileup/runtest.sh
+++ b/
test/pileup/runtest.sh
@@
-1,11
+1,5
@@
#!/bin/sh
-if [ "$ALICE_TARGET" = "win32gcc" ]
- then
- REXE=root_exe.exe
-else
- REXE=aliroot
-fi
-
+REXE=aliroot
rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
${REXE} -b -q sim.C 2>&1 | tee sim.log