summaryrefslogtreecommitdiff
path: root/test/scripts/xephyr-glamor-piglit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/xephyr-glamor-piglit.sh')
-rwxr-xr-xtest/scripts/xephyr-glamor-piglit.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scripts/xephyr-glamor-piglit.sh b/test/scripts/xephyr-glamor-piglit.sh
index 51d42c313..c16fdc4f3 100755
--- a/test/scripts/xephyr-glamor-piglit.sh
+++ b/test/scripts/xephyr-glamor-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
+
# Start a Xephyr server using glamor. Since the test environment is
# headless, we start an Xvfb first to host the Xephyr.
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xephyr-glamor