From 767a8cf053241d9bd79890407a5111a5a79b65f1 Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 5 Dec 2014 13:28:22 +0100 Subject: [PATCH] Removed warning for missing swap partition as this is more common now --- include/tests_filesystems | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/tests_filesystems b/include/tests_filesystems index 155d4cd4..fc54f28c 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -233,8 +233,7 @@ if [ ${FOUND} -eq 1 ]; then Display --indent 2 --text "- Query swap partitions (fstab)" --result OK --color GREEN else - Display --indent 2 --text "- Query swap partitions (fstab)" --result WARNING --color YELLOW - ReportWarning ${TEST_NO} "L" "No swap partion found in /etc/fstab" + Display --indent 2 --text "- Query swap partitions (fstab)" --result NONE --color YELLOW logtext "Result: no swap partitions found in /etc/fstab" fi fi