From a89df798e5b71632b50ede91b908842117dfd1c1 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Apr 12 2012 18:57:13 +0000 Subject: Merge remote branch 'upstream/master' --- diff --git a/tests/p_mod_wsgi/mod_wsgi_test.sh b/tests/p_mod_wsgi/mod_wsgi_test.sh index 30d4cf1..7b1a9bc 100755 --- a/tests/p_mod_wsgi/mod_wsgi_test.sh +++ b/tests/p_mod_wsgi/mod_wsgi_test.sh @@ -23,8 +23,8 @@ def application(environ, start_response): return [output] EOF -t_ServiceControl httpd reload - +t_ServiceControl httpd restart +sleep 2 curl -s http://localhost/tfapp | grep -q 't_functional_mod_wsgi_test'