1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-06-10 00:36:27 +02: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__/ \
-w ${DIR} \
-v /var/run/docker.sock:/var/run/docker.sock \
nginx-proxy-tester "${ARGS}"
nginx-proxy-tester ${ARGS}
PYTEST_EXIT_CODE=$?
# delete python cache