mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 18:02:44 +02:00
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user