xvfb-piglit.sh (358B)
1 #!/bin/sh 2 3 # this times out on Travis, because the tests take too long. 4 #if test "x$TRAVIS_BUILD_DIR" != "x"; then 5 # exit 77 6 #fi 7 8 export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \ 9 -noreset \ 10 -screen scrn 1280x1024x24" 11 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb 12 13 exec $XSERVER_DIR/test/scripts/run-piglit.sh 14