summaryrefslogtreecommitdiff
path: root/test/scripts/xvfb-piglit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/xvfb-piglit.sh')
-rwxr-xr-xtest/scripts/xvfb-piglit.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scripts/xvfb-piglit.sh b/test/scripts/xvfb-piglit.sh
index 763599ef4..ae9f4662e 100755
--- a/test/scripts/xvfb-piglit.sh
+++ b/test/scripts/xvfb-piglit.sh
@@ -1,3 +1,10 @@
+#!/bin/sh
+
+# this times out on Travis, because the tests take too long.
+if test "x$TRAVIS_BUILD_DIR" != "x"; then
+ exit 77
+fi
+
export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
-noreset \
-screen scrn 1280x1024x24"