From cd63e2389ef9aef5b8d2e12f472243d243c6ce1e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 13 Mar 2017 16:26:26 +0100 Subject: [FILE-7524] Do not show missing files or paths by default --- include/tests_file_permissions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_file_permissions') diff --git a/include/tests_file_permissions b/include/tests_file_permissions index 38ba95be..eed04825 100644 --- a/include/tests_file_permissions +++ b/include/tests_file_permissions @@ -42,7 +42,7 @@ LogText " Actual permissions: ${FILEVALUE}" LogText " Result: $PERMS" if [ "${PERMS}" = "FILE_NOT_FOUND" ]; then - Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE + if IsVerbose; then Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE; fi elif [ "${PERMS}" = "OK" ]; then Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN elif [ "${PERMS}" = "BAD" ]; then -- cgit v1.2.3