ci: Run multiprocess tests through wrapper executable

This commit is contained in:
Ryan Ofsky
2024-11-26 11:58:16 -05:00
parent 29bdd743bb
commit ba649c0006

View File

@ -20,4 +20,4 @@ export BITCOIN_CONFIG="\
-DCMAKE_CXX_COMPILER='clang++;-m32' \
-DAPPEND_CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' \
"
export BITCOIND=bitcoin-node # Used in functional tests
export BITCOIN_CMD="bitcoin -m" # Used in functional tests