mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate:launcher: Error out if no testsuite could be loaded
This commit is contained in:
parent
2cf93f491b
commit
2177d8589c
1 changed files with 3 additions and 0 deletions
|
@ -1533,6 +1533,9 @@ class _TestsLauncher(Loggable):
|
|||
self._load_config(options)
|
||||
|
||||
self._load_testsuites()
|
||||
if not self.options.testsuites:
|
||||
printc("Not testsuite loaded!", Colors.FAIL)
|
||||
return False
|
||||
|
||||
for tester in self.testers:
|
||||
tester.set_settings(options, args, self.reporter)
|
||||
|
|
Loading…
Reference in a new issue