diff options
author | John Newbery <john@johnnewbery.com> | 2017-02-23 18:00:33 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-24 18:23:36 -0400 |
commit | 717ad131f6b665b2e7cf55db689da9616e727d78 (patch) | |
tree | 2f78784f67f0b13796d7a6fcdc4527f6cee85f11 /test/functional/test_runner.py | |
parent | a0b1e57b20a17177ed5a9a54e4a8aab597a546b4 (diff) |
Actually run assumevalid.py.
assumevalid was merged as part of PR 9484, but was not added to the
test_runner, so is not run even as part of the extended tests.
This commit adds assumevalid to the list of tests in test_runner. It
also clarifies the code in assumevalid considerably.
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 5bd71fe328..e2c0e8e528 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', |