We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa6ba6 commit 97df14bCopy full SHA for 97df14b
.evergreen/scripts/mod_wsgi_tester.py
@@ -72,10 +72,10 @@ def test_mod_wsgi() -> None:
72
uri2 = os.environ["TEST_URI2"]
73
args = f"-n 25000 -t 100 parallel {uri1} {uri2}"
74
try:
75
- main(*parse_args(args))
+ main(*parse_args(args.split()))
76
77
args = f"-n 25000 serial {uri1} {uri2}"
78
79
except Exception as e:
80
LOGGER.error(Path("error_log").read_text())
81
raise e
0 commit comments