From 6fde12e579339a6a8ffdff0c84991cfc8f01b882 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 13 Aug 2016 10:06:34 +0200 Subject: [PATCH] Extended details for Redis tests --- include/tests_databases | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tests_databases b/include/tests_databases index 53a3d84f..a720098f 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -220,7 +220,7 @@ else AddHP 0 3 Display --indent 4 --text "- Redis (requirepass configured)" --result "${STATUS_NOT_FOUND}" --color YELLOW - ReportSuggestion "${TEST_NO}" "Configure the 'requirepass' setting for Redis" "${REDIS_CONFIGURATION}" "solution:configure 'requirepass' setting" + ReportSuggestion "${TEST_NO}" "Configure the 'requirepass' setting for Redis" "${REDIS_CONFIGURATION}" "text:configure 'requirepass' setting in ${REDIS_CONFIGURATION}" Report "redis_requirepass=0" fi else @@ -244,7 +244,7 @@ else AddHP 0 3 Display --indent 4 --text "- Redis (rename of CONFIG command)" --result "${STATUS_NOT_FOUND}" --color YELLOW - ReportSuggestion "${TEST_NO}" "Use the 'rename-command CONFIG' setting for Redis" "${REDIS_CONFIGURATION}" "solution:configure 'requirepass' setting" + ReportSuggestion "${TEST_NO}" "Use the 'rename-command CONFIG' setting for Redis" "${REDIS_CONFIGURATION}" "text:configure 'rename-command CONFIG' in ${REDIS_CONFIGURATION}" Report "redis_rename_command_config=0" fi else @@ -268,7 +268,7 @@ else AddHP 0 3 Display --indent 4 --text "- Redis (bind on localhost)" --result "${STATUS_NOT_FOUND}" --color YELLOW - ReportSuggestion "${TEST_NO}" "Use 'bind' setting to listen on localhost for Redis instance" "${REDIS_CONFIGURATION}" "solution:configure 'bind localhost' to listen on localhost only" + ReportSuggestion "${TEST_NO}" "Use 'bind' setting to listen on localhost for Redis instance" "${REDIS_CONFIGURATION}" "text:configure 'bind localhost' in ${REDIS_CONFIGURATION}" Report "redis_bind_localhost=0" fi else