mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #6685
This commit is contained in:
commit
9da3de80ae
@ -60,7 +60,7 @@ testScriptsExt=(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||||
testScripts=( ${testScripts[@]} 'zmq_test.py' )
|
testScripts+=('zmq_test.py')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
extArg="-extended"
|
extArg="-extended"
|
||||||
|
Loading…
Reference in New Issue
Block a user