Skip to content
Snippets Groups Projects
Commit b8a4c4a6 authored by kaiyou's avatar kaiyou
Browse files

Stop printing httpd config

parent 21ee2842
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,6 @@ def httpd(temp): ...@@ -79,7 +79,6 @@ def httpd(temp):
"""Test httpd server""" """Test httpd server"""
proc = [] proc = []
def start(config): def start(config):
print(config)
proc.append(subprocess.Popen(["httpd", "-DFOREGROUND", "-f", temp(config)])) proc.append(subprocess.Popen(["httpd", "-DFOREGROUND", "-f", temp(config)]))
time.sleep(1) # Sleep so apache can start time.sleep(1) # Sleep so apache can start
yield start yield start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment