Mercurial > evolve
changeset 530:6ee7add34f8b stable
tests: remove unused required tools
The original mercurial test use much more stuff than us.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 29 Aug 2012 11:15:03 +0200 |
parents | 365bf87ed4e8 |
children | b18b00036355 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Wed Aug 29 11:10:29 2012 +0200 +++ b/tests/run-tests.py Wed Aug 29 11:15:03 2012 +0200 @@ -74,7 +74,7 @@ if 'java' in sys.platform: IMPL_PATH = 'JYTHONPATH' -requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"] +requiredtools = ["python", "diff", "grep", "sed"] defaults = { 'jobs': ('HGTEST_JOBS', 1),