aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-09-17 20:04:34 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-09-17 20:04:34 +0200
commit110a1fd7271eb90448498302e2d95dab770513d6 (patch)
tree654c633d208a6da98d9d4da8d40d09d431bcf22c /qa/pull-tester
parent83f0e2249765520b9f974c45811b53c90b0d0ede (diff)
downloadbitcoin-110a1fd7271eb90448498302e2d95dab770513d6.tar.xz
enable zmq-test in rpc-tests.sh
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index b97d97b553..2f2b9d86db 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -59,9 +59,9 @@ testScriptsExt=(
'p2p-acceptblock.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}