ci: Run multiprocess tests through wrapper executable

This commit is contained in:
Ryan Ofsky 2024-11-26 11:58:16 -05:00
parent 2930caa7fe
commit 044c1129db

View file

@ -20,4 +20,4 @@ export BITCOIN_CONFIG="\
-DCMAKE_CXX_FLAGS='-Wno-error=documentation' \
-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