diff options
author | John Newbery <john@johnnewbery.com> | 2017-07-11 13:02:01 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-08-15 17:52:56 -0400 |
commit | c6ec4358a797b7a11283238a0cf0b4531def9e92 (patch) | |
tree | 21a677e81afdf1525aa7a836a6a4708d22ade9f3 /test/functional/test_runner.py | |
parent | b23549f6e677a8e22953568704eac7ea0c2c1289 (diff) |
[tests] Add bitcoin_cli.py test script
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 01236b607e..fae4f66d70 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -81,6 +81,7 @@ BASE_SCRIPTS= [ # vv Tests less than 30s vv 'keypool-topup.py', 'zmq_test.py', + 'bitcoin_cli.py', 'mempool_resurrect_test.py', 'txn_doublespend.py --mineblock', 'txn_clone.py', |