mirror of
				https://github.com/docker/compose.git
				synced 2025-10-31 03:03:49 +01:00 
			
		
		
		
	- That can be used with: ./script/test/acceptance Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			89 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			89 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| pytest --conformity --binary ${1:-docker-compose} tests/acceptance/
 |