summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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
}