Add auto flag to xvfb-run command
This commit is contained in:
		
							parent
							
								
									853bec6df9
								
							
						
					
					
						commit
						e67bb9c017
					
				| @ -24,8 +24,8 @@ jobs: | |||||||
|       - name: Build previous |       - name: Build previous | ||||||
|         run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build |         run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build | ||||||
|       - name: Generate PNG file for curr |       - name: Generate PNG file for curr | ||||||
|         run: cd curr/build/tests && xvfb-run ./test-basic |         run: cd curr/build/tests && xvfb-run -a ./test-basic | ||||||
|       - name: Generate PNG file for prev |       - name: Generate PNG file for prev | ||||||
|         run: cd prev/build/tests && xvfb-run ./test-basic |         run: cd prev/build/tests && xvfb-run -a ./test-basic | ||||||
|       - name: Compare PNG files |       - name: Compare PNG files | ||||||
|         run: diff curr/build/tests/image.png prev/build/tests/image.png |         run: diff curr/build/tests/image.png prev/build/tests/image.png | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shylie
						Shylie