From: Adam Dickmeiss Date: Fri, 2 Oct 2009 20:50:02 +0000 (+0200) Subject: Move sleep till after kill in test X-Git-Tag: v1.2.1~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=c51173afabc093ef88d833256a8958af6dcc95e6;p=pazpar2-moved-to-github.git Move sleep till after kill in test --- 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