aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2015-09-17 09:52:51 -0400
committerJeff Garzik <[email protected]>2015-09-17 09:52:51 -0400
commit9da3de80aea23a1c3623f737404dcdabf5f78c0c (patch)
tree654c633d208a6da98d9d4da8d40d09d431bcf22c
parentMerge pull request #6684 (diff)
parentfix rpc-tests.sh (diff)
downloaddiscoin-9da3de80aea23a1c3623f737404dcdabf5f78c0c.tar.xz
discoin-9da3de80aea23a1c3623f737404dcdabf5f78c0c.zip
Merge pull request #6685
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index c6181c48c..2f2b9d86d 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -60,7 +60,7 @@ testScriptsExt=(
);
if [ "x$ENABLE_ZMQ" = "x1" ]; then
- testScripts=( ${testScripts[@]} 'zmq_test.py' )
+ testScripts+=('zmq_test.py')
fi
extArg="-extended"