зеркало из https://github.com/mozilla/gecko-dev.git
Bug 802422 - Pay attention to the actual test result. r=terrence
This commit is contained in:
Родитель
7c0ed6fd80
Коммит
a3407e54d1
|
@ -113,7 +113,7 @@ class ResultsSink:
|
|||
result = TestResult.from_output(output)
|
||||
|
||||
show = self.options.show
|
||||
if self.options.failed_only and result == 'PASS':
|
||||
if self.options.failed_only and result.result == 'PASS':
|
||||
show = False
|
||||
|
||||
if show and self.options.show_output:
|
||||
|
|
Загрузка…
Ссылка в новой задаче