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:
parent
399e19e2dc
commit
0d00bd2322
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user