]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
test: Report bad accuracy as ACCURACY rather than BAD
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 24 Sep 2018 19:28:32 +0000 (21:28 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 24 Sep 2018 19:28:32 +0000 (21:28 +0200)
print-test-results

index 50027de80754b53ffeab100aa434105917ebeb51..422c1d7df14f5be4512596a05cb68c5431f2413f 100755 (executable)
@@ -14,7 +14,7 @@ for i in "$@"; do
        if [[ $(echo "${BASH_REMATCH[1]} >= ${expected_accuracy[$seq]}"|bc) -eq 1 ]]; then
            status=ok
        else
-           status=BAD
+           status=ACCURACY
        fi
     else
        status=FAILED