Merge pull request #364 from konstruktoid/ISSUE362

INFO shouldnt increase score #362
This commit is contained in:
Thomas Sjögren 2019-03-14 11:13:22 +00:00 committed by GitHub
commit f01acac650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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