]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
test
authorMichael Wiebusch <stratomaster@gmx.net>
Wed, 31 Jul 2013 14:13:41 +0000 (16:13 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Wed, 31 Jul 2013 14:13:41 +0000 (16:13 +0200)
tools/preview/exec_evtbuild_t.pl

index 225597369581f3d73d6d0749dce94b540ae81662..7cff77cb252e76fd5a24ee304d2f11133a71ca65 100755 (executable)
@@ -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();