From 9bc36cd431d76db1f7ef126629394c975b26e3ec Mon Sep 17 00:00:00 2001 From: Andy2 Date: Fri, 30 Sep 2011 06:51:48 -0700 Subject: [PATCH] not an error when wait fails --- xwords4/linux/scripts/test_backsend.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xwords4/linux/scripts/test_backsend.sh b/xwords4/linux/scripts/test_backsend.sh index 756f4be15..f9f20be35 100755 --- a/xwords4/linux/scripts/test_backsend.sh +++ b/xwords4/linux/scripts/test_backsend.sh @@ -44,8 +44,7 @@ while :; do ../relay/rq -f $RELAYID -b $NBS sleep 2 - kill $PID1 || true - wait $PID1 + kill $PID1 && wait $PID1 || true else echo "$MSG_COUNT messages for $RELAYID" fi