Temporarily disable ZMQ tests in bitcoin test suite

This commit is contained in:
Jeff Garzik 2015-09-17 11:44:55 -04:00
parent 9da3de80ae
commit 83f0e22497
Failed to extract signature
1 changed files with 3 additions and 3 deletions

View File

@ -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}