diff --git a/test/scripts/xwayland-piglit.sh b/test/scripts/xwayland-piglit.sh index 14f7dec10..7eac3d6c5 100755 --- a/test/scripts/xwayland-piglit.sh +++ b/test/scripts/xwayland-piglit.sh @@ -18,7 +18,7 @@ WESTON_PID=$! export WAYLAND_DISPLAY=wayland-$$ # Wait for weston to initialize before starting Xwayland -timeout --preserve-status 60s bash -c "while ! $XSERVER_BUILDDIR/hw/xwayland/Xwayland -pogo &>/dev/null; do sleep 1; done" +timeout --preserve-status 60s bash -c "while ! $XSERVER_BUILDDIR/hw/xwayland/Xwayland -pogo -displayfd 1 &>/dev/null; do sleep 1; done" # Start an Xwayland server export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xwayland