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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 03:32:02 +0000 (23:32 -0400)
commitb83084f5ca5b6175425c3b7f6977e9d8f6d9d04a
treec4114655b61f48d87bf61d0a7f4735ca3ec98fb3
parent89e9af0167601eb962981bf56961eccc48bb3a64
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.024384 seconds and 4 git commands to generate.