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 77c85e9 commit d2d8c7dCopy full SHA for d2d8c7d
.evergreen/scripts/mod_wsgi_tester.py
@@ -53,7 +53,7 @@ def setup_mod_wsgi(sub_test_name: str) -> None:
53
write_env("TEST_URI1", uri1)
54
uri2 = f"http://localhost:8080/interpreter2{project_directory}"
55
write_env("TEST_URI2", uri2)
56
- run_command(f"{apache} -k start -f {ROOT}/test/mod_wsgi_test/{apache_config}")
+ run_command(f"{apache} -k start -f {ROOT}/test/mod_wsgi_test/{apache_config}", env=env)
57
58
# Wait for the endpoints to be available.
59
try:
0 commit comments