mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate:launcher: Fix the --forever switch
It was not stopping on error. https://bugzilla.gnome.org/show_bug.cgi?id=796608
This commit is contained in:
parent
e98e5b1c3c
commit
acb3a276c8
1 changed files with 1 additions and 1 deletions
|
@ -1757,7 +1757,7 @@ class _TestsLauncher(Loggable):
|
|||
self.reporter.after_test(test)
|
||||
if res != Result.PASSED and (self.options.forever or
|
||||
self.options.fatal_error):
|
||||
return test.result
|
||||
return False
|
||||
if self.start_new_job(tests_left):
|
||||
jobs_running += 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue