From 0896279fcf6d8d17273d83892dff1763558db77e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Mar 2016 15:55:53 +0100 Subject: report standards-compliance 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, 5 insertions(+), 1 deletion(-) (limited to 'test-all') diff --git a/test-all b/test-all index e233bcf..82b7db4 100755 --- a/test-all +++ b/test-all @@ -31,8 +31,12 @@ true > result for t in $@; do printf '\033[1mTesting %s ...\033[m\n' "$t" - if ! ./${t}-test/test; then + ./${t}-test/test + r=$? + if test $r -ge 2; then echo $t >> result + elif test $r = 1; then + echo $t '(standards-compliant)' >> result fi echo done -- cgit v1.2.3-70-g09d2