xvfb-piglit.sh revision 1b5d61b8
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 8export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \ 9 -noreset \ 10 -screen scrn 1280x1024x24" 11export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb 12 13exec $XSERVER_DIR/test/scripts/run-piglit.sh 14 15