tools: fix the tool option parse test to handle unittest arguments
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 28 Mar 2019 05:25:13 +0000 (15:25 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 28 Mar 2019 05:47:31 +0000 (15:47 +1000)
commit79293ea4562ad55bf0703d39fc91493f6dd8cb5b
tree997f9e5d8376fe07ad4d320b8be5ab07739f5a40
parent5d7c93a3d167ebe2ae0a5c256d7f25cd76316c6d
tools: fix the tool option parse test to handle unittest arguments

Pass arguments we don't handle directly through to the unittest module. This
way we can filter tests with -k testname etc.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
tools/test-tool-option-parsing.py