changeset 30716:3de9df6ee5bf

run-tests: unset CHGDEBUG With CHGDEBUG, chg outputs much more stuff and the test could fail running with --chg. So unset the environment variable.
author Jun Wu <quark@fb.com>
date Fri, 06 Jan 2017 16:19:41 +0000
parents 7b526670f540
children 3eeb8e138e5c
files tests/run-tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Fri Jan 06 14:35:22 2017 +0100
+++ b/tests/run-tests.py	Fri Jan 06 16:19:41 2017 +0000
@@ -849,7 +849,7 @@
         env['TERM'] = 'xterm'
 
         for k in ('HG HGPROF CDPATH GREP_OPTIONS http_proxy no_proxy ' +
-                  'NO_PROXY').split():
+                  'NO_PROXY CHGDEBUG').split():
             if k in env:
                 del env[k]