From 95f5c4bcca1dc802810376b72f492a65dacfee7a Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Dec 23 2020 17:08:25 +0000 Subject: We have a list of packages for the python mysql tests, we should actually install them so the test is self contained --- diff --git a/tests/p_python/20-python-mysql-test.sh b/tests/p_python/20-python-mysql-test.sh index 0d26209..6eafcb6 100755 --- a/tests/p_python/20-python-mysql-test.sh +++ b/tests/p_python/20-python-mysql-test.sh @@ -23,6 +23,7 @@ else mysql_service="mysqld" fi +t_InstallPackage ${my_packages} t_ServiceControl ${mysql_service} start >/dev/null 2>&1 # Installing additional python/mysql module