Revert "exit with error code upon failure"

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

4
debian/changelog vendored
View File

@ -1,7 +1,3 @@
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,5 +103,4 @@ function verifySnapshotList {
echo "TEST FAILED:" >&2
echo -n -e "${message}" >&2
exit 1
}