]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/QA/simrun.sh
more macros
[u/mrichter/AliRoot.git] / test / QA / simrun.sh
1 #!/bin/bash
2 cd $WORK/QATest
3 rm -f *.root *.C *.log
4 ln -si $ALICE_ROOT/test/QA/Config.C Config.C
5 aliroot -b -q $ALICE_ROOT/test/QA/sim.C > sim.log 2>&1
6 alienroot -b -q $ALICE_ROOT/test/QA/simqa.C > simqa.log 2>&1
7 aliroot -b -q $ALICE_ROOT/test/QA/rec.C > rec.log 2>&1
8 alienroot -b -q $ALICE_ROOT/test/QA/recqa.C > recqa.log 2>&1
9 alienroot -b -q $ALICE_ROOT/test/QA/tag.C > tag.log 2>&1
10 cd $WORK/QATest/data
11 aliroot -b -q  > rawqa.log 2>&1 << EOF
12 .x  $ALICE_ROOT/test/QA/rootlogon.C
13 .L $ALICE_ROOT/test/QA/rawqa.C+
14 rawqa(21950, 1)
15 EOF
16 exit