diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-03-31 12:54:49 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-24 18:18:34 +0300 |
commit | 8098dea06944f9de8b285f44958eb98761f133ee (patch) | |
tree | 9eb391b1486513b9b512a719be9974ee2ce008aa /test/functional/test_runner.py | |
parent | 965c0c37d54c727bee50920fdfa62f8174a94280 (diff) |
test: Add mempool_updatefromblock.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 2f307750a9..ee07476b83 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -90,6 +90,7 @@ BASE_SCRIPTS = [ 'p2p_segwit.py', 'p2p_timeouts.py', 'p2p_tx_download.py', + 'mempool_updatefromblock.py', 'wallet_dump.py', 'wallet_listtransactions.py', # vv Tests less than 60s vv |