mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 16:32:54 +02:00
fix rpc-tests.sh
`${testScripts[@]}` now does split up `testscript --agument` in two elements pushed to the array (`testscript` and `--agument`).
This commit is contained in:
@@ -60,7 +60,7 @@ testScriptsExt=(
|
||||
);
|
||||
|
||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||
testScripts=( ${testScripts[@]} 'zmq_test.py' )
|
||||
testScripts+=('zmq_test.py')
|
||||
fi
|
||||
|
||||
extArg="-extended"
|
||||
|
Reference in New Issue
Block a user