Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 10750:92ff2d0b751a
run-tests: make sure GREP_OPTIONS isn't set
This can interfere with test output, especially for options like --color.
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Mon, 22 Mar 2010 01:36:12 -0400 |
parents | 58128004cca1 |
children | 2ed667a9dfcb |
line wrap: on
line diff
--- a/tests/run-tests.py Sat Mar 20 10:01:56 2010 -0500 +++ b/tests/run-tests.py Mon Mar 22 01:36:12 2010 -0400 @@ -842,6 +842,7 @@ os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>" os.environ['CDPATH'] = '' os.environ['COLUMNS'] = '80' + os.environ['GREP_OPTIONS'] = '' os.environ['http_proxy'] = '' global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE