diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:08 -0700 |
| commit | a4c152a35be7689ce01e936d6e44e9c5fad675a1 (patch) | |
| tree | 3cbf2287a4628c45fd8df6a9b9869ffd71b2f068 /meta-oe/recipes-test | |
| parent | b2c6299c3b73fa363285f43d8a20f628759e771b (diff) | |
| download | meta-openembedded-a4c152a35be7689ce01e936d6e44e9c5fad675a1.tar.gz | |
bats: upgrade 1.11.1 -> 1.12.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/bats/bats_1.12.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.11.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.11.1.bb b/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 = "\ | |||
| 9 | git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ | 9 | git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | # v1.10.0 | 12 | # v1.12.0 |
| 13 | SRCREV = "b640ec3cf2c7c9cfc9e6351479261186f76eeec8" | 13 | SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
