mirror of
https://github.com/docker/compose.git
synced 2025-05-09 09:00:11 +02: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/
|