From dcb80b9713ae9ea1f6b2a89b171239577deffa50 Mon Sep 17 00:00:00 2001 From: Roman Galeev Date: Tue, 19 Jun 2018 11:36:47 +0000 Subject: [PATCH] Make json output to follow common pattern LEVEL: details Signed-off-by: Roman Galeev --- tests/1_host_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 31f3bf7..75d259f 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -65,7 +65,7 @@ check_1_4() { info "$check_1_4" for u in $docker_users; do info " * $u" - logjson "1.4" "$u" + logjson "1.4" "INFO: $u" done currentScore=$((currentScore + 0)) }