ci: add --extended when using --usecli
What changed, and why it matters
This commit only changes a continuous integration (CI) test script to add the '--extended' flag when running tests with '--usecli'. It does not modify any production code, network behavior, wallet handling, or consensus logic. There is no security issue here.
No security action needed. This is a routine CI/test coverage change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies ci/test/00_setup_env_i686_no_ipc.sh, changing TEST_RUNNER_EXTRA from ‘–v2transport –usecli’ to ‘–v2transport –usecli –extended’. This is a CI configuration change intended to expand test coverage when running the functional test suite using the CLI interface. It does not alter Bitcoin Core source code, APIs, or runtime behavior.
Changed components
ci/test/00_setup_env_i686_no_ipc.shInspect captured patch +1 / −1
diff --git a/ci/test/00_setup_env_i686_no_ipc.sh b/ci/test/00_setup_env_i686_no_ipc.sh
index dca0486f..cc672a6f 100755
--- a/ci/test/00_setup_env_i686_no_ipc.sh
+++ b/ci/test/00_setup_env_i686_no_ipc.sh
@@ -14,7 +14,7 @@ export PACKAGES="llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 NO_IPC=1"
export GOAL="install"
export CI_LIMIT_STACK_SIZE=1
-export TEST_RUNNER_EXTRA="--v2transport --usecli"
+export TEST_RUNNER_EXTRA="--v2transport --usecli --extended"
export BITCOIN_CONFIG="\
--preset=dev-mode \
-DENABLE_IPC=OFF \
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.