diff tests/test-run-tests.t @ 24990:015adbcd92f3

merge with stable
author Matt Mackall <mpm@selenic.com>
date Sun, 10 May 2015 14:45:13 -0500
parents f44db7343be9 65e8dac7b016
children af5a778f8e2e
line wrap: on
line diff
--- a/tests/test-run-tests.t	Sat May 09 16:06:04 2015 -0500
+++ b/tests/test-run-tests.t	Sun May 10 14:45:13 2015 -0500
@@ -1,5 +1,12 @@
 This file tests the behavior of run-tests.py itself.
 
+Avoid interference from actual test env:
+
+  $ unset HGTEST_JOBS
+  $ unset HGTEST_TIMEOUT
+  $ unset HGTEST_PORT
+  $ unset HGTEST_SHELL
+
 Smoke test
 ============