mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 802422 - Pay attention to the actual test result. r=terrence
This commit is contained in:
parent
fcedab455b
commit
5806610a77
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user