From a2a62b09c8fc6d7e3018d61b89fe1cebfc468802 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 3 Aug 2012 11:32:18 +0300 Subject: runtests.sh: print more consistent messages On success we print "SUCCESS", lets print "FAILURE" on failure. Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/runtests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ubi-tests') diff --git a/tests/ubi-tests/runtests.sh b/tests/ubi-tests/runtests.sh index a69a9bf..539ef9d 100755 --- a/tests/ubi-tests/runtests.sh +++ b/tests/ubi-tests/runtests.sh @@ -5,6 +5,7 @@ tests="mkvol_basic mkvol_bad mkvol_paral rsvol io_basic io_read io_update io_par fatal() { echo "Error: $1" 1>&2 + echo "FAILURE" exit 1 } -- cgit v1.2.3