Browse Source

Temporarily disable ZMQ tests in bitcoin test suite

0.13
Jeff Garzik 9 years ago
parent
commit
83f0e22497
Failed to extract signature
  1. 6
      qa/pull-tester/rpc-tests.sh

6
qa/pull-tester/rpc-tests.sh

@ -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…
Cancel
Save