Mercurial > public > mercurial-scm > hg
diff tests/run-tests.py @ 9914:f139814d20b3
merge with stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 23 Nov 2009 23:04:44 +0100 |
parents | 95517eb3c9a7 e3237af51def |
children | 5c990169c02d |
line wrap: on
line diff
--- a/tests/run-tests.py Mon Nov 23 22:46:48 2009 +0100 +++ b/tests/run-tests.py Mon Nov 23 23:04:44 2009 +0100 @@ -793,6 +793,7 @@ os.environ['TZ'] = 'GMT' os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>" os.environ['CDPATH'] = '' + os.environ['COLUMNS'] = '80' global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE TESTDIR = os.environ["TESTDIR"] = os.getcwd()