]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/fpprod/runtest.sh
Switch off the QA
[u/mrichter/AliRoot.git] / test / fpprod / runtest.sh
1 #!/bin/sh
2
3 rm -rf *.root *.dat *.log fort* hlt hough raw* *.inp *.o
4 aliroot -b -q sim.C      2>&1 | tee sim.log
5 mv syswatch.log simwatch.log
6 aliroot -b -q rec.C      2>&1 | tee rec.log
7 mv syswatch.log recwatch.log
8 aliroot -b -q check.C 2>&1 | tee check.log
9 aliroot -b -q aod.C 2>&1 | tee aod.log
10
11
12
13