diff options
-rwxr-xr-x | bin/sanity-check | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check index 965986b..0a3853f 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -457,7 +457,8 @@ while [ $# -gt 0 ]; do 'printf '"'"'%s:\n'"'"' {} && '\ 'sed '"'"'s/^/>> /'"'"' {} "' - ) + ) || \ + true if [ -n "${errors}" ]; then if [ ${silence} -le 1 ]; then printf '\nThere are pending mysql queries:\n%s\n' \ |