# HG changeset patch # User Brodie Rao # Date 2010-03-22 05:36:12 # Node ID 92ff2d0b751a2469112d9b572a72e85845f27137 # Parent 16b9aa398c28e06028526287cb63979aaacd9313 run-tests: make sure GREP_OPTIONS isn't set This can interfere with test output, especially for options like --color. diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -842,6 +842,7 @@ def main(): os.environ["EMAIL"] = "Foo Bar " os.environ['CDPATH'] = '' os.environ['COLUMNS'] = '80' + os.environ['GREP_OPTIONS'] = '' os.environ['http_proxy'] = '' global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE