diff options
Diffstat (limited to 'tests/ubi-tests')
-rwxr-xr-x | tests/ubi-tests/runtests.sh | 1 |
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 } |