From b5edf20f73bfe9d6694053043eae74008dcfcae8 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 09 2013 18:30:25 +0000 Subject: we also need to stop mysql55 from previous tests --- diff --git a/tests/p_php/20-php-mysql-test.sh b/tests/p_php/20-php-mysql-test.sh index dbdc180..edaaa7e 100755 --- a/tests/p_php/20-php-mysql-test.sh +++ b/tests/p_php/20-php-mysql-test.sh @@ -13,6 +13,7 @@ t_InstallPackage php-mysql if [ $centos_ver = 5 ] then t_InstallPackage mysql-server mysql55-mysql-server nc + t_ServiceControl mysql55-mysqld stop else t_InstallPackage mysql-server nc fi