test_http_connection fix

This commit is contained in:
Arvid Norberg
2008-11-14 07:59:54 +00:00
parent 55dd21c993
commit 5e5643f7a7
2 changed files with 6 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ void start_web_server(int port, bool ssl)
"ssl.pemfile = \"server.pem\"\n";
f.close();
system("lighttpd -f lighty_config &");
system("lighttpd -f lighty_config 2> lighty.err >lighty.log &");
test_sleep(1000);
}