git: 23000446fd5e - stable/14 - gh-bc/tests: run tests in parallel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Sep 2026 13:39:27 UTC
The branch stable/14 has been updated by siva:
URL: https://cgit.FreeBSD.org/src/commit/?id=23000446fd5ef743b8d28e2754cdf84cbbc26a5f
commit 23000446fd5ef743b8d28e2754cdf84cbbc26a5f
Author: Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-09-21 18:15:52 +0000
Commit: Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-09-24 13:39:20 +0000
gh-bc/tests: run tests in parallel
Helps to mitigate failures due to timeout in CI on emulated architectures:
https://ci.freebsd.org/job/FreeBSD-main-riscv64-test/16565/testReport/usr.bin.gh-bc/
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D59547
(cherry picked from commit 1b9aea382e31f1c72bdfefbe01db51dc7bd60952)
---
usr.bin/gh-bc/tests/bc_tests.sh | 2 +-
usr.bin/gh-bc/tests/dc_tests.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/gh-bc/tests/bc_tests.sh b/usr.bin/gh-bc/tests/bc_tests.sh
index 76cfee05560f..b824d4dbff85 100755
--- a/usr.bin/gh-bc/tests/bc_tests.sh
+++ b/usr.bin/gh-bc/tests/bc_tests.sh
@@ -2,4 +2,4 @@
unset LC_ALL LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME
export LANG=C
export BC_TEST_OUTPUT_DIR=${PWD}
-exec "$(dirname "$(realpath "$0")")"/tests/all.sh -n bc 1 1 0 0 bc
+exec "$(dirname "$(realpath "$0")")"/tests/all.sh bc 1 1 0 0 bc
diff --git a/usr.bin/gh-bc/tests/dc_tests.sh b/usr.bin/gh-bc/tests/dc_tests.sh
index 6900ce9098d0..6ffe1b7c4b9f 100755
--- a/usr.bin/gh-bc/tests/dc_tests.sh
+++ b/usr.bin/gh-bc/tests/dc_tests.sh
@@ -2,4 +2,4 @@
unset LC_ALL LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME
export LANG=C
export BC_TEST_OUTPUT_DIR=${PWD}
-exec "$(dirname "$(realpath "$0")")"/tests/all.sh -n dc 1 1 0 0 dc
+exec "$(dirname "$(realpath "$0")")"/tests/all.sh dc 1 1 0 0 dc