зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1270617 - Fix suite summary lines in treeherder r=ahal
MozReview-Commit-ID: DBKSoUFM5uw --HG-- extra : rebase_source : a3fbcff50ffdb91448af2eae3baec78c0f716dd3
This commit is contained in:
Родитель
a1f95963a9
Коммит
ccaae03fd3
|
@ -152,7 +152,7 @@ class StructuredOutputParser(OutputParser):
|
|||
fail_text = '0'
|
||||
|
||||
text_summary = "%s/%s/%s" % (expected_count, fail_text, expected_failures)
|
||||
self.info("TinderboxPrint: %s: %s\n" % (suite_name, text_summary))
|
||||
self.info("TinderboxPrint: %s<br/>%s\n" % (suite_name, text_summary))
|
||||
|
||||
def append_tinderboxprint_line(self, suite_name):
|
||||
summary = self.handler.summarize()
|
||||
|
|
|
@ -87,7 +87,7 @@ class TestSummaryOutputParserHelper(OutputParser):
|
|||
failed = emphasize_fail_text % str(self.failed)
|
||||
self.tsummary = "%d/%s/%d" % (self.passed, failed, self.todo)
|
||||
|
||||
self.info("TinderboxPrint: %s: %s\n" % (suite_name, self.tsummary))
|
||||
self.info("TinderboxPrint: %s<br/>%s\n" % (suite_name, self.tsummary))
|
||||
|
||||
def append_tinderboxprint_line(self, suite_name):
|
||||
self.print_summary(suite_name)
|
||||
|
|
Загрузка…
Ссылка в новой задаче