diff --git a/tests/common/lib.sh b/tests/common/lib.sh index 2c15e9b..78f128b 100644 --- a/tests/common/lib.sh +++ b/tests/common/lib.sh @@ -103,4 +103,5 @@ function verifySnapshotList { echo "TEST FAILED:" >&2 echo -n -e "${message}" >&2 + exit 1 }