chore(tests): Bump bats version to v1.14.0#667
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Made with ❤️️ by updatecli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump `bats` version
Updates `bats` version in the Makefile
1 file(s) updated with "git clone --branch v1.14.0 https://github.com/bats-core/bats-core bats": * Makefile
v1.14.0
### Added: * `--errexit` flag to enable errexit (set -e) behavior for commands run in `run` (#1118) * pretty formatter: add non-interactive, color-only mode for CI environments (#1191) ### Fixed: * junit formatter: * avoid interference between env and internals (#1175) * remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F) (#1176) * don't report (skipped) last test as failed when `teardown_suite` generates FD3 output (#1181) * fix(junit-formatter): skipped tests outputs reported as <system-err> (#1177) * fix failures with `--gather-test-outputs-in` when tests change directory (#1183) * `run` now honors `set -e` in your functions (#1118) * **ATTENTION**: In previous versions this was suppressed unintentionally. While it might constitute a breaking change for some, we decided the new behavior should be the default because it might uncover hidden errors. If you need the old behavior, you can use this wrapper function `suppress_errexit() { "$@" || return $?; }` like `run suppress_errexit <your command...>` * avoid overwriting `$_` by the DEBUG and ERR traps set by Bats (#1208) * fail with error when receiving empty string as testfile path (#1212) ### Changed: * update the default version of the `bash` Docker image to 5.3 in `devcontainer` (#1184) * exit with error when no tests are found. Use `--allow-empty-suite` to revert to old behavior. (#1211) ### Documentation: * added section about dynamic test registration (#1187)v1.13.0
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!