Browse Source

Merge pull request #6685

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

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

@ -60,7 +60,7 @@ testScriptsExt=(
); );
if [ "x$ENABLE_ZMQ" = "x1" ]; then if [ "x$ENABLE_ZMQ" = "x1" ]; then
testScripts=( ${testScripts[@]} 'zmq_test.py' ) testScripts+=('zmq_test.py')
fi fi
extArg="-extended" extArg="-extended"

Loading…
Cancel
Save