diff tests/hghave.py @ 32507:c2b7fb580794

tests: hint how to run slow tests when rejecting
author Kyle Lippincott <spectral@google.com>
date Fri, 26 May 2017 14:52:54 -0700
parents 3a755652ce3a
children a6e4c4218b71
line wrap: on
line diff
--- a/tests/hghave.py	Fri May 26 13:24:07 2017 -0700
+++ b/tests/hghave.py	Fri May 26 14:52:54 2017 -0700
@@ -605,7 +605,7 @@
         os.environ.get("HGTEST_RUN_TESTS_PURE") == "--pure",
     ])
 
-@check("slow", "allow slow tests")
+@check("slow", "allow slow tests (use --allow-slow-tests)")
 def has_slow():
     return os.environ.get('HGTEST_SLOW') == 'slow'