summaryrefslogtreecommitdiff
path: root/tests/virtualfb.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-03 00:39:43 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-03 00:39:43 (GMT)
commitb390d54471201731db1158fa21aa54fcef1f7582 (patch)
tree87bd600de213e8aa3e3b0dfcb0b9c4da1a02d1da /tests/virtualfb.sh
parent8c9c9adfe0f0fa5c1ade561a61f3f8add3600c22 (diff)
fix bug in test_pretty_print.cc / Cmakefile
The build needs to be after Python binary has been found because the Python binary path is passed to the .cc compile through a -D flag.
Diffstat (limited to 'tests/virtualfb.sh')
-rwxr-xr-xtests/virtualfb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virtualfb.sh b/tests/virtualfb.sh
index d34a4f9..5abd804 100755
--- a/tests/virtualfb.sh
+++ b/tests/virtualfb.sh
@@ -34,7 +34,7 @@ stop()
VFB_PID=`cat ./virtualfb.PID`
VFB_DISPLAY=`cat ./virtualfb.DISPLAY`
- echo "Stopping virtual fb, PID=$VFB_PID, DISPLAY=$VFB_DISPLAY"
+ echo "Stopping virtual fb, PID was $VFB_PID, DISPLAY was $VFB_DISPLAY"
kill $VFB_PID
LOCKFILE=`echo "/tmp/.X"$VFB_DISPLAY"-lock"`
if [ -e $LOCKFILE ]; then
contact: Jan Huwald // Impressum