فهرست منبع

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

Thomas LEVEIL 8 سال پیش
والد
کامیت
0d00bd2322
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test2/nginx-proxy-tester.sh

+ 1 - 1
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