aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-04-15 11:25:19 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-04-18 14:52:28 +0200
commitfae1f4ebfe6be4426685b22166f5367c92ba0833 (patch)
tree0348ced1a55c6a4a6a2971a1da7d2e628ac239fe /qa
parentfaa4f22342b682a5ead1bbb8587facd761b4ac2d (diff)
downloadbitcoin-fae1f4ebfe6be4426685b22166f5367c92ba0833.tar.xz
[qa] rpc-tests: Fix link in comment and label error msg
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/rpc-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index e159082a00..c0637209e3 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -69,6 +69,7 @@ if "BITCOINCLI" not in os.environ:
if EXEEXT == ".exe" and "-win" not in opts:
# https://github.com/bitcoin/bitcoin/commit/d52802551752140cf41f0d9a225a43e84404d3e9
+ # https://github.com/bitcoin/bitcoin/pull/5677#issuecomment-136646964
print "Win tests currently disabled by default. Use -win option to enable"
sys.exit(0)
@@ -81,7 +82,7 @@ if ENABLE_ZMQ:
try:
import zmq
except ImportError as e:
- print("WARNING: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
+ print("ERROR: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
"to run zmq tests, see dependency info in /qa/README.md.")
raise e