From 9b9a97bceb1f93efb4599b19ad66348de6bc0353 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 30 Jul 2016 14:03:28 +0200 Subject: [DBS-1880] Corrected variable name and style --- include/tests_databases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_databases b/include/tests_databases index 34e63a42..33315d13 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -173,8 +173,8 @@ LogText "Result: Redit is running" REDIS_RUNNING=1 DATABASE_ENGINE_RUNNING=1 - Report "redis_running=${redis_RUNNING}" - else + Report "redis_running=${REDIS_RUNNING}" + else if [ ${DEBUG} -eq 1 ]; then Display --indent 2 --text "- Redis (server) status" --result "${STATUS_NOT_FOUND}" --color WHITE --debug; fi LogText "Result: No Redis processes are running" fi -- cgit v1.2.3