run-tests: unset CHGDEBUG
authorJun Wu <quark@fb.com>
Fri, 06 Jan 2017 16:19:41 +0000
changeset 30716 3de9df6ee5bf
parent 30715 7b526670f540
child 30717 3eeb8e138e5c
run-tests: unset CHGDEBUG With CHGDEBUG, chg outputs much more stuff and the test could fail running with --chg. So unset the environment variable.
tests/run-tests.py
--- 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]