Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 1.6.1 incorporates the 0001-Fix-status-in-teardown-overriding-exit-code.patch backport patch. Changelog: ========== Fixed: ------ prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (openembedded#581, openembedded#575) CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0. Documentation: -------------- corrected invalid documentation of run -N (had =N instead) (openembedded#579) CRITICAL: using the incorrect form can lead to silent errors. See issue openembedded#578 for more details and how to find out if your tests are affected. Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 72fbb83) Signed-off-by: Armin Kuster <akuster808@gmail.com>
- Loading branch information