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
					
				| 
						 | 
					@ -38,7 +38,7 @@ if test "x$SERVER_COMMAND" = "x"; then
 | 
				
			||||||
    exit 1
 | 
					    exit 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
startx \
 | 
					$XSERVER_BUILDDIR/test/simple-xinit \
 | 
				
			||||||
    $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \
 | 
					    $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \
 | 
				
			||||||
    -- \
 | 
					    -- \
 | 
				
			||||||
    $SERVER_COMMAND
 | 
					    $SERVER_COMMAND
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue