Temporarily disable ZMQ tests in bitcoin test suite
This commit is contained in:
parent
9da3de80ae
commit
83f0e22497
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ testScriptsExt=(
|
||||||
'p2p-acceptblock.py'
|
'p2p-acceptblock.py'
|
||||||
);
|
);
|
||||||
|
|
||||||
if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
#if [ "x$ENABLE_ZMQ" = "x1" ]; then
|
||||||
testScripts+=('zmq_test.py')
|
# testScripts+=('zmq_test.py')
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
extArg="-extended"
|
extArg="-extended"
|
||||||
passOn=${@#$extArg}
|
passOn=${@#$extArg}
|
||||||
|
|
Loading…
Reference in a new issue