From c51173afabc093ef88d833256a8958af6dcc95e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 2 Oct 2009 22:50:02 +0200 Subject: [PATCH] Move sleep till after kill in test --- test/run_pazpar2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index e306b37..33cc784 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -117,11 +117,11 @@ for f in `cat ${srcdir}/${URLS}`; do done IFS="$oIFS" -sleep 1 # Kill programs if test -n "$PP2PID"; then kill $PP2PID + sleep 1 fi exit $code -- 1.7.10.4