Submitter | phabricator |
---|---|
Date | July 18, 2017, 7:27 p.m. |
Message ID | <b69ba0a1d2849b40478f0bc2dfe29659@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/22515/ |
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 @@ -1648,7 +1648,7 @@ else: self.stream.write('\n') for line in lines: - if self.color and pygmentspresent: + if self.color: line = pygments.highlight( line, lexers.DiffLexer(),