INFO shouldnt increase score #362

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2019-03-14 10:32:39 +01:00
parent b802f55f1a
commit d942b12e0a

View file

@ -241,7 +241,7 @@ check_4_9() {
if [ $fail -eq 0 ]; then
pass "$check_4_9"
resulttestjson "PASS"
currentScore=$((currentScore + 1))
currentScore=$((currentScore + 0))
else
resulttestjson "INFO" "Images using ADD" "$add_images"
fi