diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-02-17 03:18:42 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-02-17 03:18:42 (GMT) |
commit | c5eb57eb197c8d846174ddc00aa6c97056d6c2d0 (patch) | |
tree | 00b7cbcfd448bf6b5372640fea0caf53dc0347f3 /tests/virtualfb.sh | |
parent | 28f03cab4d505cafd4f69761518d01d8dc889606 (diff) |
more info when Xvnc/Xvfb cannot start
Diffstat (limited to 'tests/virtualfb.sh')
-rwxr-xr-x | tests/virtualfb.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/virtualfb.sh b/tests/virtualfb.sh index 06d37bf..186b389 100755 --- a/tests/virtualfb.sh +++ b/tests/virtualfb.sh @@ -7,6 +7,8 @@ debug= start() { + VFB_BINARY= + if [ "`command -v Xvfb`" ]; then VFB_BINARY=Xvfb fi @@ -17,6 +19,7 @@ start() if [ ! $VFB_BINARY ]; then echo "$0 Failed, cannot find Xvfb or Xvnc" + echo "$0 Failed, cannot find Xvfb or Xvnc" > ./virtualfb.log exit 1 fi |