mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
validate:launcher: Fix reporting on failure when running forever/fatal
This commit is contained in:
parent
e7b8ba2d68
commit
e4ea35d25c
1 changed files with 2 additions and 0 deletions
|
@ -2025,6 +2025,8 @@ class _TestsLauncher(Loggable):
|
|||
to_report = True
|
||||
if res != Result.PASSED:
|
||||
if self.options.forever or self.options.fatal_error:
|
||||
self.print_result(current_test_num - 1, test, retry_on_failure=retry_on_failures)
|
||||
self.reporter.after_test(test)
|
||||
return False
|
||||
|
||||
if retry_on_failures:
|
||||
|
|
Loading…
Reference in a new issue