diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-03 00:39:43 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-03 00:39:43 (GMT) |
commit | b390d54471201731db1158fa21aa54fcef1f7582 (patch) | |
tree | 87bd600de213e8aa3e3b0dfcb0b9c4da1a02d1da /tests/virtualfb.sh | |
parent | 8c9c9adfe0f0fa5c1ade561a61f3f8add3600c22 (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-x | tests/virtualfb.sh | 2 |
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 |