Submitter | phabricator |
---|---|
Date | July 18, 2017, 4:13 p.m. |
Message ID | <b00c66d12bdcfced5631991021d2eb5f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/22494/ |
State | Not Applicable, archived |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1650,7 +1650,7 @@ else: self.stream.write('\n') for line in lines: - if self._options.color and pygmentspresent: + if self._options.color: line = pygments.highlight( line, lexers.DiffLexer(),