Skip to content

Commit ba649c0

Browse files
committed
ci: Run multiprocess tests through wrapper executable
1 parent 29bdd74 commit ba649c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_i686_multiprocess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export BITCOIN_CONFIG="\
2020
-DCMAKE_CXX_COMPILER='clang++;-m32' \
2121
-DAPPEND_CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' \
2222
"
23-
export BITCOIND=bitcoin-node # Used in functional tests
23+
export BITCOIN_CMD="bitcoin -m" # Used in functional tests

0 commit comments

Comments
 (0)