diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-03-27 09:49:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-03-27 09:50:42 +0200 |
commit | b1a4f2757695cb00a674d7385b02b29187954535 (patch) | |
tree | 0c5e5ed9e03bf8cc4e8be474c8ebdc1fe4b62b99 /test/functional/test_runner.py | |
parent | db1ae5470babb3a0f8317036d3f563951171f888 (diff) | |
parent | 717ad131f6b665b2e7cf55db689da9616e727d78 (diff) |
Merge #10073: Actually run assumevalid.py
717ad13 Actually run assumevalid.py. (John Newbery)
Tree-SHA512: 6fd55789be43e26347f8f5456194aa5e7beeeba3db85411dc75581b98059ca3a85485494fca36848f21c0f48096004906a0409fd76309951b5f977bab9f45b91
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 0f730aeaac..e8d8908b13 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -110,6 +110,7 @@ EXTENDED_SCRIPTS = [ 'p2p-feefilter.py', 'rpcbind_test.py', # vv Tests less than 30s vv + 'assumevalid.py', 'bip65-cltv.py', 'bip65-cltv-p2p.py', 'bipdersig-p2p.py', |