]> 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 cp  $ALICE_ROOT/test/QA/rawqa.C .
12 aliroot -b -q  > rawqa.log 2>&1 << EOF
13 .x  $ALICE_ROOT/test/QA/rootlogon.C
14 .L rawqa.C++
15 rawqa(21950, 1)
16 EOF
17 rm -f rawqa.C
18 exit