dont decrease 5.29 #316

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2018-08-06 09:51:06 +02:00
parent b408fb3e86
commit f1137cd36a

View file

@ -1018,7 +1018,7 @@ check_5_29() {
logjson "5.29" "PASS"
currentScore=$((currentScore + 1))
else
currentScore=$((currentScore - 1))
currentScore=$((currentScore + 0))
fi
}