Browse Source

Delete a zmq dingleberry

pull/199/head
Duke Leto 2 years ago
parent
commit
19b65600c2
  1. 4
      qa/pull-tester/rpc-tests.sh

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

@ -92,10 +92,6 @@ testScriptsExt=(
'p2p-acceptblock.py'
);
if [ "x$ENABLE_ZMQ" = "x1" ]; then
testScripts+=('zmq_test.py')
fi
extArg="-extended"
passOn=${@#$extArg}

Loading…
Cancel
Save