aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.sh
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2015-05-05 20:30:20 -0400
committerJoão Barbosa <joao@bitreserve.org>2015-09-16 10:59:32 +0100
commit1136879df8af2358efb706c5af886778fbd94989 (patch)
treea4082a5dbd33bc7373055989902ada818172a038 /qa/pull-tester/rpc-tests.sh
parent5624e055b310284e8dfd68833eea7f7246316354 (diff)
Depends: Add ZeroMQ package
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 514bdf5640..c6181c48ca 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -59,6 +59,10 @@ testScriptsExt=(
'p2p-acceptblock.py'
);
+if [ "x$ENABLE_ZMQ" = "x1" ]; then
+ testScripts=( ${testScripts[@]} 'zmq_test.py' )
+fi
+
extArg="-extended"
passOn=${@#$extArg}