diff --git a/bin/run_tests_in_docker b/bin/run_tests_in_docker index 9eb48d489..891694efc 100755 --- a/bin/run_tests_in_docker +++ b/bin/run_tests_in_docker @@ -1,5 +1,5 @@ #!/bin/sh exec docker compose run --rm zope \ - watching_testrunner --basepath Products --basepath tests \ - -- pytest --tb=short $@ + watching_testrunner --basepath Products --basepath tests -- \ + pytest --tb=short $@