From c010ea05afc8fdc32dd677bf571a73dd3b27a63b Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 12 2012 19:27:57 +0000 Subject: Stop httpd after the wsgi test --- diff --git a/tests/p_mod_wsgi/mod_wsgi_test.sh b/tests/p_mod_wsgi/mod_wsgi_test.sh index 7b1a9bc..b861a7a 100755 --- a/tests/p_mod_wsgi/mod_wsgi_test.sh +++ b/tests/p_mod_wsgi/mod_wsgi_test.sh @@ -30,6 +30,8 @@ curl -s http://localhost/tfapp | grep -q 't_functional_mod_wsgi_test' t_CheckExitStatus $? +t_ServiceControl httpd stop + else echo "Skipped on CentOS 5" fi