aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-04-22 17:08:18 -0400
committerAva Chow <github@achow101.com>2024-05-16 15:03:13 -0400
commitd51fbab4b32d56765e8faab6ad01245fb259b0ca (patch)
tree63c106f4ec20b2c61c8f436acb38a5dfb130f0c2 /test/functional/test_runner.py
parent0b753156ce60c29efb2386954ba7555ad8f642f5 (diff)
downloadbitcoin-d51fbab4b32d56765e8faab6ad01245fb259b0ca.tar.xz
wallet, test: Be able to always swap BDB endianness
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 89e4aa7055..0a28cc9394 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -193,6 +193,7 @@ BASE_SCRIPTS = [
'wallet_txn_doublespend.py --mineblock',
'tool_wallet.py --legacy-wallet',
'tool_wallet.py --legacy-wallet --bdbro',
+ 'tool_wallet.py --legacy-wallet --bdbro --swap-bdb-endian',
'tool_wallet.py --descriptors',
'tool_signet_miner.py --legacy-wallet',
'tool_signet_miner.py --descriptors',