diff options
author | John Newbery <john@johnnewbery.com> | 2017-06-07 16:14:20 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-06-08 15:18:32 -0400 |
commit | 5ebd5f9e1528e8c185e83981007dd6198c7f73dd (patch) | |
tree | 0f35cd58e66e759a17eae69297e10b347df6627b /test/functional/test_runner.py | |
parent | 4a0c08fdcf0776fe565d958547796f6a78f415f1 (diff) |
[tests] tidy up zmq_test.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 4702f2d773..8ccb172d9b 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -78,7 +78,7 @@ BASE_SCRIPTS= [ 'rawtransactions.py', 'reindex.py', # vv Tests less than 30s vv - "zmq_test.py", + 'zmq_test.py', 'mempool_resurrect_test.py', 'txn_doublespend.py --mineblock', 'txn_clone.py', |