git: 7564bb78354b - stable/15 - gh-bc/tests: run tests in parallel

From: Siva Mahadevan <siva_at_FreeBSD.org>
Date: Thu, 24 Sep 2026 13:38:39 UTC
The branch stable/15 has been updated by siva:

URL: https://cgit.FreeBSD.org/src/commit/?id=7564bb78354b29b0781b23c8e2e30d7f17176136

commit 7564bb78354b29b0781b23c8e2e30d7f17176136
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:37:59 +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