From d87402b945116792a55ea5f8cb8fd79e5f31d5b8 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 09 2013 18:18:19 +0000 Subject: made startup of mysqld more quiet again --- diff --git a/tests/p_mysql/0-install_mysqld.sh b/tests/p_mysql/0-install_mysqld.sh index 03a62a4..6c27ed1 100755 --- a/tests/p_mysql/0-install_mysqld.sh +++ b/tests/p_mysql/0-install_mysqld.sh @@ -12,4 +12,4 @@ then else t_InstallPackage mysql-server nc fi -t_ServiceControl mysqld start +t_ServiceControl mysqld start >/dev/null 2>&1 diff --git a/tests/p_mysql/50_switch_to_mysql55.sh b/tests/p_mysql/50_switch_to_mysql55.sh index b5e1525..aaf5634 100755 --- a/tests/p_mysql/50_switch_to_mysql55.sh +++ b/tests/p_mysql/50_switch_to_mysql55.sh @@ -7,7 +7,7 @@ t_Log "Running $0 - switching to mysql55 on C5." if [ $centos_ver = 5 ] then t_ServiceControl mysqld stop - t_ServiceControl mysql55-mysqld start + t_ServiceControl mysql55-mysqld start >/dev/null 2>&1 else t_Log "This is not a C5 system - skipping" fi