From e5500a030e550d518a8d1a278252490b9e760cd5 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 31 Jul 2013 16:13:41 +0200 Subject: [PATCH] test --- tools/preview/exec_evtbuild_t.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/preview/exec_evtbuild_t.pl b/tools/preview/exec_evtbuild_t.pl index 2255973..7cff77c 100755 --- a/tools/preview/exec_evtbuild_t.pl +++ b/tools/preview/exec_evtbuild_t.pl @@ -49,9 +49,9 @@ else{ -$thr1 = threads->new(\&execute, "timeout -s SIGINT".($time+1.5)." daq_evtbuild -m 1 -q 32 -d file -x te -Se -S boris"); +$thr1 = threads->new(\&execute, "timeout -s SIGINT ".($time+1.5)." daq_evtbuild -m 1 -q 32 -d file -x te -Se -S boris"); sleep 1; -$thr2 = threads->new(\&execute, "timeout -s SIGINT".$time." daq_netmem -m 1 -q 32 -i 50000 -S boris"); +$thr2 = threads->new(\&execute, "timeout -s SIGINT ".$time." daq_netmem -m 1 -q 32 -i 50000 -S boris"); $thr1->join(); $thr2->join(); -- 2.43.0