From 3480d98f3ba1162b0a0525b069785828f39f301f Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 12 2012 18:49:07 +0000 Subject: Fix mod_wsgi test --- 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'