mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-11 12:10:19 +01:00
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 <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
283840c295
commit
5392ea5525
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue