pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bats-core: update to 1.14.0
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sun Jul 26 10:15:45 2026 +0900
Changeset: 5b8cebd22e1df40e5e3157c839993d85fd495e72
Modified Files:
bats-core/COMMIT_MSG
bats-core/Makefile
bats-core/distinfo
Log Message:
bats-core: update to 1.14.0
Added:
* --errexit flag to enable errexit (set -e) behavior for commands run in
run
* pretty formatter: add non-interactive, color-only mode for CI
environments
Fixed:
* junit formatter:
* avoid interference between env and internals
* remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F)
* don't report (skipped) last test as failed when teardown_suite
generates FD3 output
* fix(junit-formatter): skipped tests outputs reported as
* fix failures with --gather-test-outputs-in when tests change directory
* run now honors set -e in your functions
* ATTENTION: In previous versions this was suppressed unintentionally.
While it might constitute a breaking change for some, we decided the
new behavior should be the default because it might uncover hidden
errors.
If you need the old behavior, you can use this wrapper function
suppress_errexit() { "$@" || return $?; } like run suppress_errexit
<your command...>
* avoid overwriting $_ by the DEBUG and ERR traps set by Bats
* fail with error when receiving empty string as testfile path
Changed:
* update the default version of the bash Docker image to 5.3 in
devcontainer
* exit with error when no tests are found. Use --allow-empty-suite to
revert to old behavior.
Documentation:
* added section about dynamic test registration
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b8cebd22e1df40e5e3157c839993d85fd495e72
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bats-core/COMMIT_MSG | 2 +-
bats-core/Makefile | 2 +-
bats-core/distinfo | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/bats-core/COMMIT_MSG b/bats-core/COMMIT_MSG
index 84354dca37..93727fa335 100644
--- a/bats-core/COMMIT_MSG
+++ b/bats-core/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/bats-core: import bats-core version 1.13.0
+devel/bats-core: import bats-core version 1.14.0
Packaged in wip by iquiw
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 224e8f78a5..e8736c89a7 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= bats-core-1.13.0
+DISTNAME= bats-core-1.14.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=bats-core/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/bats-core/distinfo b/bats-core/distinfo
index 251d6c7421..a20778e30c 100644
--- a/bats-core/distinfo
+++ b/bats-core/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.2 2016/09/08 14:34:02 jperkin Exp $
-BLAKE2s (bats-core-1.13.0.tar.gz) = ba20824800e8ae9af4fd727bc9a0daa7aa8794e8831505cc9768fca785472276
-SHA512 (bats-core-1.13.0.tar.gz) = 1fc4fb87c454994496492ac975e9a50ac9b365d431c638120c54670978476a3f8af42fbf16fab7e9ceae56e31d7ab18819864a87b4c0780c2898a987d286922d
-Size (bats-core-1.13.0.tar.gz) = 178709 bytes
+BLAKE2s (bats-core-1.14.0.tar.gz) = b9f8ffac9158d22c871abab20b1cc1e4063e8ff655829ee80802327d82f2e6d3
+SHA512 (bats-core-1.14.0.tar.gz) = 9f58932adb1988b7b3a30c2227cde3785f2398fa5a6fb0d53fb68ef9bf28594f3690fb69b45cf5f68cf0852bd423808897a196929fb0cd382009fdf2b5f190ee
+Size (bats-core-1.14.0.tar.gz) = 183385 bytes
SHA1 (patch-install.sh) = 2080e143b70524dc745d4f7301290acf84dde824
SHA1 (patch-libexec_bats-core_bats) = ba322d4d3085030a07f6683e692ab26573d8a98d
SHA1 (patch-test_install.bats) = 669253c1cf8fa3e8a76f132e6da21ab7e8e79844
Home |
Main Index |
Thread Index |
Old Index