Mercurial > public > mercurial-scm > hg
diff tests/test-check-module-imports.t @ 33204:ddd65b4f3ae6
tests: alias syshg and syshgenv so they can be switched conditionally
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 02 Jul 2017 13:14:20 +0900 |
parents | 6c113a7dec52 |
children | 8e6f4939a69a |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Fri Jun 30 21:49:29 2017 +0900 +++ b/tests/test-check-module-imports.t Sun Jul 02 13:14:20 2017 +0900 @@ -14,7 +14,7 @@ Known-bad files are excluded by -X as some of them would produce unstable outputs, which should be fixed later. - $ syshg locate 'set:**.py or grep(r"^#!.*?python")' \ + $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \ > 'tests/**.t' \ > -X contrib/debugshell.py \ > -X contrib/python-zstandard/ \