1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Add support for ESH

This commit is contained in:
Jonathan Daigle
2020-05-19 22:27:14 -04:00
committed by Jonathan Daigle
parent 550a6b4340
commit f348e154c7
9 changed files with 175 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ $(PYTESTS):
test:
@if [ -f /.yadmtestbed ]; then \
cd /yadm && \
py.test -v $(testargs); \
py.test -vv $(testargs); \
else \
if command -v "docker-compose" &> /dev/null; then \
docker-compose run --rm testbed make test testargs="$(testargs)"; \