mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 19:10:07 +01:00
v2: Check that SERVER_COMMAND is set. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
7 lines
220 B
Bash
Executable file
7 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
|
|
|