changeset 446:b2be3e77b64a

env: disable colors in hg testrunner output
author Augie Fackler <raf@durin42.com>
date Sat, 30 Sep 2017 06:47:59 -0400
parents b0264224e2ec
children 4d58dad89581
files .shell.d/50.common_env.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.shell.d/50.common_env.sh
+++ b/.shell.d/50.common_env.sh
@@ -17,3 +17,6 @@ unset MANPATH # smart man(1)s autodetect
 
 insert_path_element /opt/hg/bin
 export LESS=FSRX
+
+# hg's test runner thinks it wants color. It's wrong.
+export HGRUNTESTSCOLOR=never