]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Test suite for tracking V2
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2002 17:13:29 +0000 (17:13 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2002 17:13:29 +0000 (17:13 +0000)
ITS/AliITStestV2.sh [new file with mode: 0755]

diff --git a/ITS/AliITStestV2.sh b/ITS/AliITStestV2.sh
new file mode 100755 (executable)
index 0000000..13d247e
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# delete eventual old files from the last run
+./AliITSDeleteOldFiles.sh
+
+# run TPC
+aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
+
+# run ITS
+aliroot -q -b "$ALICE_ROOT/ITS/AliITStestV2.C"
+
+