exit with error code upon failure

This commit is contained in:
Christoph Klaffl 2017-12-06 23:24:34 +01:00
parent 31da53140f
commit 8d4484a2d1
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -1,3 +1,7 @@
sanoid (1.4.17-SNAPSHOT) unstable; urgency=medium
-- Jim Salter <github@jrs-s.net> Wed, 9 Aug 2017 12:28:49 -0400
sanoid (1.4.16) unstable; urgency=medium
* merged @hrast01's extended fix to support -o option1=val,option2=val passthrough to SSH. merged @JakobR's

View File

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