diff mbox series

[meta-oe,02/64] bats: upgrade 1.11.1 -> 1.12.0

Message ID 20250610033330.924-2-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/64] audit: upgrade 4.0.4 -> 4.0.5 | expand

Commit Message

Wang Mingyu June 10, 2025, 3:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- bats::on_failure hook that gets called when a test or setup* function fails
- increase compatibility with Solaris
- fix noclobber breaking bats-gather-tests
- fix exiting with 0 despite bats:focus when all tests have been filtered out
- remove deprecated ubuntu 20.04 from CI config
- Fix hyperlink to external Bash resource
- Remove mentions to no longer existing find_library_load_path in
- lib/bats-core docstrings
- Add missing "status" word in --returned-status documentation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-test/bats/{bats_1.11.1.bb => bats_1.12.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/bats/{bats_1.11.1.bb => bats_1.12.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/bats/bats_1.11.1.bb b/meta-oe/recipes-test/bats/bats_1.12.0.bb
similarity index 93%
rename from meta-oe/recipes-test/bats/bats_1.11.1.bb
rename to meta-oe/recipes-test/bats/bats_1.12.0.bb
index 82f57e51b1..ae59a27dc9 100644
--- a/meta-oe/recipes-test/bats/bats_1.11.1.bb
+++ b/meta-oe/recipes-test/bats/bats_1.12.0.bb
@@ -9,8 +9,8 @@  SRC_URI = "\
   git://github.com/bats-core/bats-core.git;branch=master;protocol=https \
   "
 
-# v1.10.0
-SRCREV = "b640ec3cf2c7c9cfc9e6351479261186f76eeec8"
+# v1.12.0
+SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44"
 
 S = "${WORKDIR}/git"