Refactor suppress function to error with set -e
Previous version was using a sub-shell to execute, and therefore not catching errors during execution of the functions that had errors, but did not return non-0 exit codes. Add tests.
Showing
Please register or sign in to comment