From 95d3980c7c991b2cc8dcadac173635641ae15865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 5 Oct 2016 17:29:36 +0900 Subject: [PATCH] test: Use $XSERVER_BUILDDIR for Xvfb executable path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes make check with out-of-tree builds. Signed-off-by: Michel Dänzer Reviewed-by: Keith Packard Reviewed-by: Eric Anholt --- test/scripts/xvfb-piglit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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