diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2019-08-06 00:01:54 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2020-09-18 10:19:43 +0900 |
commit | e47ad375bf17557f805bd206e789b8db78c6338a (patch) | |
tree | 882307bc4f62f5a3377a0643f7539d63b00348b9 /test/functional/test_runner.py | |
parent | 4c189abdc452f08dfa758564b5381bc78c42d481 (diff) |
test: basic signet tests
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 01232bda3c..96db2f7264 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -207,6 +207,7 @@ BASE_SCRIPTS = [ 'rpc_bind.py --ipv6', 'rpc_bind.py --nonloopback', 'mining_basic.py', + 'feature_signet.py', 'wallet_bumpfee.py', 'wallet_implicitsegwit.py', 'rpc_named_arguments.py', |