changeset 32474 | c2b7fb580794 |
parent 32245 | 3a755652ce3a |
child 32726 | a6e4c4218b71 |
--- 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'