Browse Source

the status command gets really slow under valgrind, so put it into background

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
8af139ad10
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/simulator.sh

+ 1
- 1
tests/simulator.sh View File

@ -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/ //}


Loading…
Cancel
Save