aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorw0xlt <woltx@protonmail.com>2022-08-06 02:57:14 -0300
committerw0xlt <woltx@protonmail.com>2022-08-11 12:05:09 -0300
commit8b3d2bbd0d3c87f1a68586822ddc468e0c2f9b52 (patch)
treeb074a30cdb60a0f88689251337eec3c4e95ff341 /test/functional/test_runner.py
parent93999a5fbe317852307455b6a42d137cc08a0edc (diff)
downloadbitcoin-8b3d2bbd0d3c87f1a68586822ddc468e0c2f9b52.tar.xz
test: add tests for `datacarrier` and `datacarriersize` options
Co-authored-by: Sebastian Falbesoner <sebastian.falbesoner@gmail.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 2b365d8d10..3676b698f0 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -320,6 +320,7 @@ BASE_SCRIPTS = [
'feature_unsupported_utxo_db.py',
'feature_logging.py',
'feature_anchors.py',
+ 'mempool_datacarrier.py',
'feature_coinstatsindex.py',
'wallet_orphanedreward.py',
'wallet_timelock.py',