1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

runtests.sh: Fix variable quoting + add exec

This commit is contained in:
Sebastian Pipping
2023-06-18 17:36:54 +02:00
parent 276a41d9b6
commit b9cab239a7

View File

@@ -4,4 +4,4 @@
# If you are getting an INVOCATION ERROR for this script then there is
# a good chance you are running on Windows.
# You can and should use WSL for running tox on Windows when it calls bash scripts.
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` pytest $*
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` exec pytest "$@"