From 23f484c4c6efc38fe1218e805a4f65972f8eb0f9 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Aug 14 2013 16:49:45 +0000 Subject: Try killall instead of stopping the service --- diff --git a/tests/p_mod_wsgi/mod_wsgi_test.sh b/tests/p_mod_wsgi/mod_wsgi_test.sh index 95a0aee..65a049f 100755 --- a/tests/p_mod_wsgi/mod_wsgi_test.sh +++ b/tests/p_mod_wsgi/mod_wsgi_test.sh @@ -3,7 +3,8 @@ t_Log "Running $0 - Apache httpd mod_wsgi is functional" if (t_GetPkgRel basesystem | grep -q el6); then while [ `ps fax | grep 'sbin/httpd' | grep -v grep | wc -l` -gt 0 ]; do - t_ServiceControl httpd stop + #t_ServiceControl httpd stop + killall -s KILL httpd sleep 1 done @@ -31,4 +32,4 @@ EOF else echo "Skipped on CentOS 5" -fi \ No newline at end of file +fi