From: Michal Sojka Date: Mon, 24 Sep 2018 19:28:32 +0000 (+0200) Subject: test: Report bad accuracy as ACCURACY rather than BAD X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/1da584962777d24bde54ae29f8071bfff838dfe2 test: Report bad accuracy as ACCURACY rather than BAD --- diff --git a/print-test-results b/print-test-results index 50027de..422c1d7 100755 --- a/print-test-results +++ b/print-test-results @@ -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