diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-04-02 15:39:20 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-04-02 15:39:26 +0200 |
commit | ebfd653798113a53a604dcaa98c56b2d6638ad5d (patch) | |
tree | 574abc7a42764578d7ababf6c27d2a265f4bd852 /test/functional/test_runner.py | |
parent | 12af74b289f8cdc6caf850dc6c802f9936b1e8b3 (diff) | |
parent | fa697b719286c599103d04c7055b7c666e71f09d (diff) |
Merge #10077: [qa] Add setnetworkactive smoke test
fa697b7 [qa] Add setnetworkactive smoke test (MarcoFalke)
Tree-SHA512: 7205bae16f551e93383987392702e6853cfb06d4448735815fa116385cbf5deb6c4a8f521efdd43cf3cc59fede3b3d1ffe74e662890b74bcc21b5c13ce1f20b7
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 37a2ab62a4..b1a5d2de94 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -71,6 +71,7 @@ BASE_SCRIPTS= [ 'decodescript.py', 'blockchain.py', 'disablewallet.py', + 'net.py', 'keypool.py', 'p2p-mempool.py', 'prioritise_transaction.py', |