2019-07-27 01:57:06 -06:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# this times out on Travis, because the tests take too long.
|
|
|
|
#if test "x$TRAVIS_BUILD_DIR" != "x"; then
|
|
|
|
# exit 77
|
|
|
|
#fi
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
|
|
|
|
-noreset \
|
|
|
|
-screen scrn 1280x1024x24"
|
|
|
|
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
|
|
|
|
|
|
|
exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
|
|
|
|