summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-08 22:17:00 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-08 22:17:00 +0100
commit6dd837af88aa458fc12ef3d3298b358f4a34eca7 (patch)
tree7c5fe1458d0bf71eef5589ff4b9f55319735fdc3 /test
parent63a3552c633aeef610038c359eaaf66b169fb8f1 (diff)
Add debug.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index 325793a8..31ed872c 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -20,8 +20,10 @@ function destroy_fake_x ( )
then
echo "Stopping fake X: ${XPID} - ${FPID}"
kill ${FPID}
+ echo " wait flux"
wait ${FPID}
kill ${XPID}
+ echo "wait x"
wait ${XPID}
fi
}