sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
14
xserver/test/scripts/xvfb-piglit.sh
Normal file
14
xserver/test/scripts/xvfb-piglit.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/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"
|
||||
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
||||
|
||||
exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue