From f0e84d0f3f2c018059488b6f6d21c7471920d4e9 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jul 29 2019 16:24:28 +0000 Subject: Fixed missing python36 in path for libxml2-python test on c8 Signed-off-by: Fabian Arrotin --- diff --git a/tests/p_libxml2-python/0-install-libxml2-python.sh b/tests/p_libxml2-python/0-install-libxml2-python.sh index edf9dec..84b76fc 100755 --- a/tests/p_libxml2-python/0-install-libxml2-python.sh +++ b/tests/p_libxml2-python/0-install-libxml2-python.sh @@ -5,7 +5,7 @@ t_Log "Running $0 - installing libxml2-python." if [ "$centos_ver" -ge 8 ] ; then -t_InstallPackage python3-libxml2 +t_InstallPackage python36 python3-libxml2 else t_InstallPackage libxml2-python fi