aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-07-27 16:00:11 -0400
committerAndrew Chow <github@achow101.com>2022-08-29 17:30:38 -0400
commit9c44bfe244f35f08ba576d8b979a90dcd68d2c77 (patch)
treeb1f24ccaeb69ff106829847d742b92386b32d010 /test/functional/test_runner.py
parent0b26e7cdf2659fd8b54d21fd2bd749f9f3e87af8 (diff)
downloadbitcoin-9c44bfe244f35f08ba576d8b979a90dcd68d2c77.tar.xz
Test migratewallet
Co-Authored-By: furszy <matiasfurszyfer@protonmail.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 37d0c4f87e..ac375b77ed 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -339,6 +339,7 @@ BASE_SCRIPTS = [
'feature_dirsymlinks.py',
'feature_help.py',
'feature_shutdown.py',
+ 'wallet_migration.py',
'p2p_ibd_txrelay.py',
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time