aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2019-08-06 00:01:54 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-09-18 10:19:43 +0900
commite47ad375bf17557f805bd206e789b8db78c6338a (patch)
tree882307bc4f62f5a3377a0643f7539d63b00348b9 /test/functional/test_runner.py
parent4c189abdc452f08dfa758564b5381bc78c42d481 (diff)
downloadbitcoin-e47ad375bf17557f805bd206e789b8db78c6338a.tar.xz
test: basic signet tests
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 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',