aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-07-11 13:02:01 -0400
committerJohn Newbery <john@johnnewbery.com>2017-08-15 17:52:56 -0400
commitc6ec4358a797b7a11283238a0cf0b4531def9e92 (patch)
tree21a677e81afdf1525aa7a836a6a4708d22ade9f3 /test/functional/test_runner.py
parentb23549f6e677a8e22953568704eac7ea0c2c1289 (diff)
downloadbitcoin-c6ec4358a797b7a11283238a0cf0b4531def9e92.tar.xz
[tests] Add bitcoin_cli.py test script
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
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',