From 49c77f6be4ce5d0ed53734ceffaced413b6884cf Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Sun, 5 Aug 2012 16:38:29 +0000 Subject: [PATCH] the status command gets really slow under valgrind, so put it into background --- tests/simulator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simulator.sh b/tests/simulator.sh index 7c946d901..3867904d5 100755 --- a/tests/simulator.sh +++ b/tests/simulator.sh @@ -30,7 +30,7 @@ for i in $(seq 1 1000); do dst_rel=`echo "lookup $callid $dst:audio $gw voip.inode.at local unknown unknown unknown-agent info=domain:voip.sipwise.local,from:number@voip.inode.at,totag:$totag,to:othernumber@voip.inode.at,fromtag:$fromtag" | pipe_o` echo "lookup $callid $dst:audio $gw voip.inode.at local unknown unknown unknown-agent info=domain:voip.sipwise.local,from:number@voip.inode.at,totag:$totag,to:othernumber@voip.inode.at,fromtag:$fromtag" | pipe echo version | pipe - echo status | pipe + (echo status | pipe) & src_path=${src_rel/ //} dst_path=${dst_rel/ //}