From a49bc1e24e69ac43beecbdc9c39da3d02160034e Mon Sep 17 00:00:00 2001 From: Pol Espinasa Date: Fri, 3 Apr 2026 22:34:23 +0200 Subject: [PATCH] ci: add --extended when using --usecli Add the flag --extended to a test (00_setup_env_i686_no_ipc.sh) with the --usecli flag to cover all tests with --usecli. --- ci/test/00_setup_env_i686_no_ipc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/00_setup_env_i686_no_ipc.sh b/ci/test/00_setup_env_i686_no_ipc.sh index dca0486fb60..cc672a6f1fa 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 \