From 96ed66d02da7cf15aac78ac4495d780530be41e3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Mar 2016 00:32:03 +0100 Subject: m fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test-all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-all') diff --git a/test-all b/test-all index 4b4f24a..60c2139 100755 --- a/test-all +++ b/test-all @@ -33,10 +33,10 @@ for t in $@; do printf '\033[1mTesting %s ...\033[m\n' "$t" ./${t}-test/test r=$? - if test $r -ge 2; then - echo $t >> result - elif test $r = 1; then + if test $r = 2; then echo $t '(standards-compliant)' >> result + elif test $r -ge 1; then + echo $t >> result fi echo done -- cgit v1.2.3-70-g09d2