Skip to content
Snippets Groups Projects
Commit bc572b37 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add time wrapper

parent a2044e13
No related branches found
No related tags found
2 merge requests!68Master merge,!11Release
......@@ -96,7 +96,7 @@ fi
# Test forever
while [ true ]; do
echo "SEARCHING..."
CLIENTCMD="timeout 240s ../bin/client ud $CLIENTUDOPTS -l $CLIENTOUT/client13.log -s $CLIENTOUT/blob13 --searchusername Jake"
CLIENTCMD="time timeout 240s ../bin/client ud $CLIENTUDOPTS -l $CLIENTOUT/client13.log -s $CLIENTOUT/blob13 --searchusername Jake"
eval $CLIENTCMD > $CLIENTOUT/josh31.bin &
PIDVAL1=$!
echo "$CLIENTCMD -- $PIDVAL1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment