diff options
| author | Jeff Garzik <[email protected]> | 2015-09-17 09:52:51 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2015-09-17 09:52:51 -0400 |
| commit | 9da3de80aea23a1c3623f737404dcdabf5f78c0c (patch) | |
| tree | 654c633d208a6da98d9d4da8d40d09d431bcf22c | |
| parent | Merge pull request #6684 (diff) | |
| parent | fix rpc-tests.sh (diff) | |
| download | discoin-9da3de80aea23a1c3623f737404dcdabf5f78c0c.tar.xz discoin-9da3de80aea23a1c3623f737404dcdabf5f78c0c.zip | |
Merge pull request #6685
| -rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
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" |