aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-08-03 11:32:18 +0300
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-08-03 11:32:18 +0300
commita2a62b09c8fc6d7e3018d61b89fe1cebfc468802 (patch)
tree8b5e50b413e1bf91461adb2c473112ea51f19fd2 /tests
parentf28ddd5a9259f399e042c819f6a076738b5ea89a (diff)
runtests.sh: print more consistent messages
On success we print "SUCCESS", lets print "FAILURE" on failure. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ubi-tests/runtests.sh1
1 files changed, 1 insertions, 0 deletions
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
}