File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def setup_mod_wsgi(sub_test_name: str) -> None:
48
48
env ["MOD_WSGI_SO" ] = so_file
49
49
env ["PYTHONHOME" ] = f"/opt/python/{ python_version } "
50
50
env ["PROJECT_DIRECTORY" ] = project_directory = str (ROOT )
51
- write_env ("APACHE " , apache )
51
+ write_env ("APACHE_BINARY " , apache )
52
52
write_env ("APACHE_CONFIG" , apache_config )
53
53
uri1 = f"http://localhost:8080/interpreter1{ project_directory } "
54
54
write_env ("TEST_URI1" , uri1 )
@@ -83,7 +83,7 @@ def test_mod_wsgi() -> None:
83
83
84
84
85
85
def teardown_mod_wsgi () -> None :
86
- apache = os .environ ["APACHE " ]
86
+ apache = os .environ ["APACHE_BINARY " ]
87
87
apache_config = os .environ ["APACHE_CONFIG" ]
88
88
89
89
run_command (f"{ apache } -k stop -f { ROOT } /test/mod_wsgi_test/{ apache_config } " )
You can’t perform that action at this time.
0 commit comments