mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 14:25:46 +00:00
TESTS: fix passing pytests args to nginx-proxy-tester script
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user