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

index c6a0fcc9a5f79a5547795526f7774c0cf0f64888..225597369581f3d73d6d0749dce94b540ae81662 100755 (executable)
@@ -49,9 +49,9 @@ else{
 
 
 
-$thr1 = threads->new(\&execute, "timeout ".($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 ".$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();