tests/utils/python/testrunner.py: add optional pattern argument
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 18 Dec 2017 23:29:40 +0000 (18:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:33 +0000 (18:19 -0400)
commitce6bfee9e517292e41d0d860c04c9ea1385c87fe
tree80a8a01f2e0344ba9a57208e4593295531d7ecfd
parentbdff256c6ce6d8ccb873050b51480f9abf1435cc
tests/utils/python/testrunner.py: add optional pattern argument

Add an optional command-line argument (second) to `testrunner.py`: the
test file name pattern. You can use this argument to run only specific
files in a given test directory, instead of the default which is
`test*.py`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/utils/python/testrunner.py
This page took 0.02541 seconds and 4 git commands to generate.