From ebfb20c65f6c8fcffec1020956869bb0ffc7c9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sun, 1 Jul 2018 20:01:10 +0200 Subject: [PATCH] 4.7 is not scored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tests/4_container_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/4_container_images.sh b/tests/4_container_images.sh index 8d35267..10e02a5 100644 --- a/tests/4_container_images.sh +++ b/tests/4_container_images.sh @@ -144,7 +144,7 @@ check_4_7() { if [ $fail -eq 0 ]; then pass "$check_4_7" logjson "4.7" "PASS" - currentScore=$((currentScore + 1)) + currentScore=$((currentScore + 0)) else currentScore=$((currentScore + 0)) fi