mirror of https://github.com/docker/compose.git
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
pytest --conformity --binary ${1:-docker-compose} tests/acceptance/
|