Skip to content

Exit Code 0 On Success - v0.7.1

Latest
Compare
Choose a tag to compare
@TekWizely TekWizely released this 03 May 23:09
· 1 commit to main since this release
8ce79db

Small bugfix to ensure that script exits with code 0 on success.

I think I fell victim to forgetting that BATS run helper always succeeds and requires caller to explicitly check the result in $status.

This check has now been added as part of the tpl.bats.bats tests.