Skip to content

Commit

Permalink
Merge #8030: test: Revert fatal-ness of missing python-zmq
Browse files Browse the repository at this point in the history
65fee8e test: Revert fatal-ness of missing python-zmq (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed May 9, 2016
2 parents a68f56e + 65fee8e commit 409a8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/pull-tester/rpc-tests.py
Expand Up @@ -82,9 +82,9 @@
try:
import zmq
except ImportError as e:
print("ERROR: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
print("WARNING: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
"to run zmq tests, see dependency info in /qa/README.md.")
raise e
ENABLE_ZMQ=0

#Tests
testScripts = [
Expand Down

0 comments on commit 409a8a1

Please sign in to comment.