From c8943fea68309b47e999523dbc419d3441f566b6 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 28 Apr 2010 21:03:31 +0000 Subject: [PATCH] Separate syswatch for sim. and rec. --- test/gun/runtest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/gun/runtest.sh b/test/gun/runtest.sh index 3e477fb9fdb..4735a5ef7de 100755 --- a/test/gun/runtest.sh +++ b/test/gun/runtest.sh @@ -15,7 +15,9 @@ rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log aliroot -b -q sim.C 2>&1 | tee sim.log +mv syswatch.log simwatch.log aliroot -b -q rec.C 2>&1 | tee rec.log +mv syswatch.log recwatch.log aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log -- 2.31.1