aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMatthew Zipkin <pinheadmz@gmail.com>2023-06-21 10:41:09 -0400
committerMatthew Zipkin <pinheadmz@gmail.com>2023-09-14 12:02:01 -0400
commitde8f9123afbecc3b4f59fa80af8148bc865d0588 (patch)
tree249466a9f9d2e424126ca1aa86d707856b459912 /test/functional/test_runner.py
parent5c2185b3b624ce87320ec16412f98ab591a5860c (diff)
downloadbitcoin-de8f9123afbecc3b4f59fa80af8148bc865d0588.tar.xz
test: cover read-only blockstore
Co-authored-by: Andrew Chow <github@achow101.com>
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 db04bb8bdb..f44a5be19f 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -162,6 +162,7 @@ BASE_SCRIPTS = [
'wallet_abandonconflict.py --legacy-wallet',
'wallet_abandonconflict.py --descriptors',
'feature_reindex.py',
+ 'feature_reindex_readonly.py',
'wallet_labels.py --legacy-wallet',
'wallet_labels.py --descriptors',
'p2p_compactblocks.py',