exit with error code upon failure

This commit is contained in:
Christoph Klaffl 2017-12-06 23:41:15 +01:00
parent ceb1397ef0
commit 371f8ff318
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 1 additions and 0 deletions

View File

@ -103,4 +103,5 @@ function verifySnapshotList {
echo "TEST FAILED:" >&2
echo -n -e "${message}" >&2
exit 1
}