From 104cb3bf5b4b2edfa4197d6cc6ffe949380ed7a2 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Wed, 31 Jul 2013 16:07:30 +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 c6a0fcc..2255973 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 ".($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(); -- 2.43.0