From 0d00bd232266a768369b77e81066d1d04d206e54 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Fri, 27 Jan 2017 03:45:47 +0100 Subject: [PATCH] TESTS: fix passing pytests args to nginx-proxy-tester script --- test2/nginx-proxy-tester.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test2/nginx-proxy-tester.sh b/test2/nginx-proxy-tester.sh index 90f06d3..c04e328 100755 --- a/test2/nginx-proxy-tester.sh +++ b/test2/nginx-proxy-tester.sh @@ -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