Skip to content

Commit d2d8c7d

Browse files
committed
fix test run
1 parent 77c85e9 commit d2d8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/mod_wsgi_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def setup_mod_wsgi(sub_test_name: str) -> None:
5353
write_env("TEST_URI1", uri1)
5454
uri2 = f"http://localhost:8080/interpreter2{project_directory}"
5555
write_env("TEST_URI2", uri2)
56-
run_command(f"{apache} -k start -f {ROOT}/test/mod_wsgi_test/{apache_config}")
56+
run_command(f"{apache} -k start -f {ROOT}/test/mod_wsgi_test/{apache_config}", env=env)
5757

5858
# Wait for the endpoints to be available.
5959
try:

0 commit comments

Comments
 (0)