1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 03:46:29 +00:00

TESTS: fix passing pytests args to nginx-proxy-tester script

This commit is contained in:
Thomas LEVEIL 2017-01-27 03:45:47 +01:00
parent 399e19e2dc
commit 0d00bd2322

View File

@ -27,7 +27,7 @@ docker run --rm -it \
-v ${DIR}/__pycache__/ \ -v ${DIR}/__pycache__/ \
-w ${DIR} \ -w ${DIR} \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
nginx-proxy-tester "${ARGS}" nginx-proxy-tester ${ARGS}
PYTEST_EXIT_CODE=$? PYTEST_EXIT_CODE=$?
# delete python cache # delete python cache