Merge pull request #6686

745f909 travis: install a recent libzmq and pyzmq for tests (Cory Fields)
a9c27cd [travis] add zmq python module (Jonas Schnelli)
110a1fd enable zmq-test in rpc-tests.sh (Jonas Schnelli)
This commit is contained in:
Wladimir J. van der Laan
2015-10-01 16:12:06 +02:00
3 changed files with 6 additions and 7 deletions

View File

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