[PATCH xserver] test: Use $XSERVER_BUILDDIR for Xvfb executable path

Eric Anholt eric at anholt.net
Wed Oct 5 17:34:59 UTC 2016


Michel Dänzer <michel at daenzer.net> writes:

> From: Michel Dänzer <michel.daenzer at amd.com>
>
> Fixes make check with out-of-tree builds.
>
> Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>
> ---
>  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 799f285..763599e 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

Thanks.  I tried to be careful about it when writing these scripts, but
I don't do OOT myself.  Once I get that Travis script done, that will do
OOT builds, at least.

Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20161005/bdec9f26/attachment.sig>


More information about the xorg-devel mailing list