mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
validate: Respect active testers when listing tests
This commit is contained in:
parent
cd00052728
commit
2863986ea3
1 changed files with 3 additions and 0 deletions
|
@ -1540,6 +1540,9 @@ class _TestsLauncher(Loggable):
|
|||
|
||||
def list_tests(self):
|
||||
for tester in self.testers:
|
||||
if not self._tester_needed(tester):
|
||||
continue
|
||||
|
||||
tests = tester.list_tests()
|
||||
if self._check_defined_tests(tester, tests) and \
|
||||
self.options.fail_on_testlist_change:
|
||||
|
|
Loading…
Reference in a new issue