Mercurial > public > mercurial-scm > hg
diff tests/run-tests.py @ 8258:2263c49af028
run-tests.py: ensure that hgpkg is always visible
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 24 Apr 2009 14:40:56 -0700 |
parents | 46293a0c7e9f |
children | 0b02d98d44d0 |
line wrap: on
line diff
--- a/tests/run-tests.py Thu Apr 30 08:38:20 2009 +0200 +++ b/tests/run-tests.py Fri Apr 24 14:40:56 2009 -0700 @@ -38,6 +38,7 @@ SKIPPED_PREFIX = 'skipped: ' FAILED_PREFIX = 'hghave check failed: ' PYTHON = sys.executable +hgpkg = None requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"] @@ -681,7 +682,6 @@ COVERAGE_FILE = os.path.join(TESTDIR, ".coverage") expecthg = os.path.join(HGTMP, 'install', 'lib', 'python', 'mercurial') - hgpkg = None if len(args) == 0: args = os.listdir(".")