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
@ -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…
x
Reference in New Issue
Block a user