summaryrefslogtreecommitdiff
path: root/test/scripts/xvfb-piglit.sh
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-10-05 17:29:36 +0900
committerAdam Jackson <ajax@redhat.com>2016-10-05 15:25:28 -0400
commit95d3980c7c991b2cc8dcadac173635641ae15865 (patch)
tree7283c3ab12f6df31bdfe55a46cf7de308dc912fb /test/scripts/xvfb-piglit.sh
parentcc69d4f110bd8a87b9e6c238ebebf8d85cbd93ec (diff)
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>
Diffstat (limited to 'test/scripts/xvfb-piglit.sh')
-rwxr-xr-xtest/scripts/xvfb-piglit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/xvfb-piglit.sh b/test/scripts/xvfb-piglit.sh
index 799f28500..763599ef4 100755
--- a/test/scripts/xvfb-piglit.sh
+++ b/test/scripts/xvfb-piglit.sh
@@ -1,4 +1,4 @@
-export SERVER_COMMAND="$XSERVER_DIR/hw/vfb/Xvfb \
+export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/vfb/Xvfb \
-noreset \
-screen scrn 1280x1024x24"
export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb