SHA256
1
0
forked from pool/bats

Accepting request 981379 from home:oreinert:branches:devel:tools

- Update to version 1.6.1:
  * prevent teardown, teardown_file, and teardown_suite from overriding bats'
    exit code by setting $status (e.g. via calling run) (#581, #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.
  * corrected invalid documentation of run -N (had =N instead) (#579)
    - CRITICAL: using the incorrect form can lead to silent errors. See issue
      #578 for more details and how to find out if your tests are affected.

OBS-URL: https://build.opensuse.org/request/show/981379
OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=27
This commit is contained in:
Martin Pluskal 2022-06-08 19:39:17 +00:00 committed by Git OBS Bridge
parent 9bb5183a96
commit c8a77c5f99
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8572da41593d13837df6c93d01fc0867c0701c53a7e29b7a7c867dcce19a239
size 116367

3
bats-core-1.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b9a23fd43ea015ccbedca4666bdefae91b2f46d7a5efeeb655645ffe9610d9
size 117155

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 8 19:11:07 UTC 2022 - Olav Reinert <seroton10@gmail.com>
- Update to version 1.6.1:
* prevent teardown, teardown_file, and teardown_suite from overriding bats'
exit code by setting $status (e.g. via calling run) (#581, #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.
* corrected invalid documentation of run -N (had =N instead) (#579)
- CRITICAL: using the incorrect form can lead to silent errors. See issue
#578 for more details and how to find out if your tests are affected.
-------------------------------------------------------------------
Mon Apr 18 14:59:49 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -18,7 +18,7 @@
%define pname %{name}-core
Name: bats
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Bash Automated Testing System
License: MIT