From 0fbdd958119eb1899ac61d255402a0a02ab3dad5 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 20 2015 13:21:23 +0000 Subject: edit other than c7 statment on kmod-ixgbe test --- diff --git a/tests/p_ixgbe/01_kmod-ixgbe.sh b/tests/p_ixgbe/01_kmod-ixgbe.sh index c589879..415239b 100755 --- a/tests/p_ixgbe/01_kmod-ixgbe.sh +++ b/tests/p_ixgbe/01_kmod-ixgbe.sh @@ -8,7 +8,7 @@ if [ "$centos_ver" = "7" ] ; then lsmod | grep -q 'ixgbe' t_CheckExitStatus $? else - t_log "previous versions than CentOS 7 aren't using secureboot ... skipping" + t_log "previous versions than CentOS 7 aren't using kmod-ixgbe ... skipping" exit 0 fi