From 5392ea5525082ceeb3aad50d9168baee2abc860e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 25 Sep 2016 13:30:21 -0700 Subject: [PATCH] test: Switch our testing X server to being spawned with simple-xinit Once I introduced a second X server being tested, I found that startx hit races in choosing a display. Reviewed-by: Adam Jackson Signed-off-by: Eric Anholt --- test/scripts/run-piglit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/run-piglit.sh b/test/scripts/run-piglit.sh index 3623a05c1..b999c2598 100755 --- a/test/scripts/run-piglit.sh +++ b/test/scripts/run-piglit.sh @@ -38,7 +38,7 @@ if test "x$SERVER_COMMAND" = "x"; then exit 1 fi -startx \ +$XSERVER_BUILDDIR/test/simple-xinit \ $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \ -- \ $SERVER_COMMAND