diff --git a/include/tests_ports_packages b/include/tests_ports_packages index 188c8470..2196edc9 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -807,7 +807,7 @@ # others require potential firewall ports to be open, outbound. This is the # "most friendly" way. logtext "Action: updating portage with emerge-webrsync" - /usr/bin/emerge-webrsync + /usr/bin/emerge-webrsync --quiet 2> /dev/null logtext "Result: emerge-webrsync finished" logtext "Test: checking if /usr/bin/glsa-check exists" if [ -x /usr/bin/glsa-check ]; then @@ -834,8 +834,8 @@ fi fi else - logtext "Result: glsa-check not found" - ReportSuggestion ${TEST_NO} "glsa-check not found. Emerge the gentoolkit package to install this utility." + logtext "Result: glsa-check tool not found" + ReportSuggestion ${TEST_NO} "Use Emerge to install the gentoolkit package, which includes glsa-check tool for additional security checks." fi fi #