HomePhabricator

Make test_runner.py scripts argument accept wildcard

Description

Make test_runner.py scripts argument accept wildcard

Summary:
With the scripts being renamed, it could be interesting to allow for
specifying a category of functional tests to run. This diff adds
support for a trailing wildcard in the name given to test_runner.py. For
example, all the abc functional tests can be run with
./test/functional/test_runner.py abc-*

Test Plan:
Run all the abc functional tests

./test/functional/test_runner.py abc-*

Check all the tests are run

Run:

./test/functional/test_runner.py interface_* interface_zmq

Check that the interface_zmq test is not run twice

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: teamcity, schancel

Differential Revision: https://reviews.bitcoinabc.org/D2492

Details

Provenance
FabienAuthored on Feb 3 2019, 14:59
FabienPushed on Feb 26 2019, 08:52
Reviewer
Restricted Project
Differential Revision
D2492: Make test_runner.py scripts argument accept wildcard
Parents
rABC8aa43fbcd510: Added tests verifying outputs for getblock rpc command
Branches
Unknown
Tags
Unknown