Submitter | phabricator |
---|---|
Date | July 18, 2017, 7:27 p.m. |
Message ID | <bd266db70ecb82179e72fa2501aa9185@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/22516/ |
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 @@ -413,6 +413,10 @@ parser.error('--chg does not work when --with-hg is specified ' '(use --with-chg instead)') + if options.color == 'always' and not pygmentspresent: + sys.stderr.write('warning: --color=always ignored because ' + 'pygments is not installed\n') + global useipv6 if options.ipv6: useipv6 = checksocketfamily('AF_INET6')