diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-11-11 15:54:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-11 10:19:40 -0800 |
| commit | cb5fdd5e6e3ea8b5c61a4623cd517eed9d731667 (patch) | |
| tree | 6306ec461331f6baa5c98401d722698c7ab2a9e2 | |
| parent | 7f045f60d4a3b754014651402a6e3b7b25373f26 (diff) | |
| download | meta-openembedded-cb5fdd5e6e3ea8b5c61a4623cd517eed9d731667.tar.gz | |
bats: upgrade 1.12.0 -> 1.13.0
Added
========
- use the syntax parser directive to declare the Dockerfile syntax version
- Negative test filtering via --negative-filter - tests matching the filter are excluded
- fail-fast flag --abort to stop test suite execution on first failure
Fixed:
========
- unset output, stderr, lines, stderr_lines at the start of run to avoid crosstalk
- between successive invocations
- junit:
XML escape fully removes ANSI sequences, e.g. color codes, cursor movements
fix retried tests being listed multiple times
fix crash when setup_suite fails
- remove deprecated windows runner
- renamed docker-compose.yml to compose.yaml
- bats_test_function: don't require --tags to be sorted
- fix BATS_TEST_TIMEOUT
- not stopping processes under run
- prolonging skipped tests
Documentation:
===============
- moved 3rd-party libraries list into wiki
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-test/bats/bats_1.13.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.12.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.12.0.bb b/meta-oe/recipes-test/bats/bats_1.13.0.bb index 14a234c866..3545295a3c 100644 --- a/meta-oe/recipes-test/bats/bats_1.12.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.13.0.bb | |||
| @@ -6,11 +6,11 @@ LICENSE = "MIT" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" |
| 7 | 7 | ||
| 8 | SRC_URI = "\ | 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;tag=v${PV} \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | # v1.12.0 | 12 | # v1.13.0 |
| 13 | SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" | 13 | SRCREV = "3bca150ec86275d6d9d5a4fd7d48ab8b6c6f3d87" |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | # Numerous scripts assume ${baselib} == lib, which is not true. | 16 | # Numerous scripts assume ${baselib} == lib, which is not true. |
