Commit 08510932 authored by James Graham's avatar James Graham
Browse files

Bug 1521140 - Ensure reftest screenshots are followed by a newline when expected, r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D17119

--HG--
extra : moz-landing-system : lando
parent d9d09bb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ class TbplFormatter(BaseFormatter):
            sections.append(duration_msg)
        rv.append(' | '.join(sections) + '\n')
        if screenshot_msg:
            rv.append(screenshot_msg[1:])
            rv.append(screenshot_msg[1:] + "\n")
        return "".join(rv)

    def suite_end(self, data):