aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@pm.me>2021-10-15 17:29:48 -0400
committerJames O'Beirne <james.obeirne@pm.me>2021-10-26 12:46:36 -0400
commitd9803f7a0a33688f7429cf10384244f4770851ca (patch)
treed9e122f2d82a132c2fced62f6b66691520afc970 /test/functional/test_runner.py
parent23f85616a8d9c9a1b054e492eca4d199028f34dc (diff)
downloadbitcoin-d9803f7a0a33688f7429cf10384244f4770851ca.tar.xz
test: add stress tests for initialization
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 c5f08b27f2..8c828eab56 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -275,6 +275,7 @@ BASE_SCRIPTS = [
'wallet_taproot.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
+ 'feature_init.py',
'wallet_coinbase_category.py --legacy-wallet',
'wallet_coinbase_category.py --descriptors',
'feature_filelock.py',