mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
Temporarily disable ZMQ tests in bitcoin test suite
This commit is contained in:
parent
9da3de80ae
commit
83f0e22497
@ -59,9 +59,9 @@ testScriptsExt=(
|
||||
'p2p-acceptblock.py'
|
||||
);
|
||||
|
||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||
testScripts+=('zmq_test.py')
|
||||
fi
|
||||
#if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||
# testScripts+=('zmq_test.py')
|
||||
#fi
|
||||
|
||||
extArg="-extended"
|
||||
passOn=${@#$extArg}
|
||||
|
Loading…
Reference in New Issue
Block a user