test: Use $XSERVER_BUILDDIR for Xvfb executable path
Fixes make check with out-of-tree builds. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
cc69d4f110
commit
95d3980c7c
|
@ -1,4 +1,4 @@
|
||||||
export SERVER_COMMAND="$XSERVER_DIR/hw/vfb/Xvfb \
|
export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
|
||||||
-noreset \
|
-noreset \
|
||||||
-screen scrn 1280x1024x24"
|
-screen scrn 1280x1024x24"
|
||||||
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
|
||||||
|
|
Loading…
Reference in New Issue