diff --git a/include/tests_databases b/include/tests_databases index fd09ffc1..9b3019c0 100644 --- a/include/tests_databases +++ b/include/tests_databases @@ -175,7 +175,7 @@ LogText "Result: Redis is running" REDIS_RUNNING=1 DATABASE_ENGINE_RUNNING=1 - Report "redis_running=${REDIS_RUNNING}" + Report "redis_server_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"