mirror of https://github.com/jimsalterjrs/sanoid
exit with error code upon failure
This commit is contained in:
parent
ceb1397ef0
commit
371f8ff318
|
|
@ -103,4 +103,5 @@ function verifySnapshotList {
|
||||||
echo "TEST FAILED:" >&2
|
echo "TEST FAILED:" >&2
|
||||||
echo -n -e "${message}" >&2
|
echo -n -e "${message}" >&2
|
||||||
|
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue