diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-02-28 22:11:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:13:42 -0800 |
commit | 76d8e526eae9fc9ab14ff5804ae0091230a8b39e (patch) | |
tree | f2556aa9b83b27dfdf6d4e18485b9d320e8ec747 | |
parent | 6b8e4c0d20d86f1a7d2873acc227f45f683b9bed (diff) | |
download | meta-openembedded-76d8e526eae9fc9ab14ff5804ae0091230a8b39e.tar.gz |
bats: upgrade 1.5.0 -> 1.6.0
Changelog:
=========
Added:
-----
new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize
quotes around code blocks in error output (#506)
an example/regression test for running background tasks without blocking the
test run (#525, #535)
bats_load_library for loading libraries from the search path
$BATS_LIB_PATH (#548)
Fixed:
-----
improved error trace for some broken cases (#279)
removed leftover debug file /tmp/latch in selftest suite
(single use latch) (#516)
fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516)
fixed leaking of local variables from debug trap (#520)
don't mark FD3 output from teardown_file as <failure> in junit output (#532)
fix unbound variable error with Bash pre 4.4 (#550)
Documentation:
--------------
remove links to defunct freenode IRC channel (#515)
improved grammar (#534)
fixed link to TAP spec (#537)
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.6.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.5.0.bb b/meta-oe/recipes-test/bats/bats_1.6.0.bb index ffbb37c8a1..7ea1aa8f3d 100644 --- a/meta-oe/recipes-test/bats/bats_1.5.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.6.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https" |
10 | # v1.4.1 | 10 | # v1.4.1 |
11 | SRCREV = "99d64eb017abcd6a766dd0d354e625526da69cb3" | 11 | SRCREV = "210acf3a8ed318ddedad3137c15451739beba7d4" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||