xserver-multidpi/test/scripts/xvfb-piglit.sh
Eric Anholt 7fe5b9c02c test: Make the piglit-running script callable with an arbitrary server
v2: Check that SERVER_COMMAND is set.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
2016-09-28 12:44:30 -04:00

8 lines
220 B
Bash
Executable File

export SERVER_COMMAND="$XSERVER_DIR/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