From c6a863f104e0fc02218f047dee5d7df0c1c3efa1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 24 Oct 2014 15:55:37 +0200 Subject: tester: missing FAIL output from error handling * tester/run: Handle the "default" return value of 'run()' by throwing '[ FAIL ]' string to stdout. --- tester/run | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/run b/tester/run index 4a60518..eab6b90 100755 --- a/tester/run +++ b/tester/run @@ -217,6 +217,7 @@ while read i; do die "hard failure" ;; *) + echo "[ FAIL ]" result=1 ;; esac -- cgit