##// END OF EJS Templates
run-tests.py: ensure that hgpkg is always visible
Bryan O'Sullivan -
r8258:2263c49a default
parent child Browse files
Show More
@@ -38,6 +38,7 b' SKIPPED_STATUS = 80'
38 SKIPPED_PREFIX = 'skipped: '
38 SKIPPED_PREFIX = 'skipped: '
39 FAILED_PREFIX = 'hghave check failed: '
39 FAILED_PREFIX = 'hghave check failed: '
40 PYTHON = sys.executable
40 PYTHON = sys.executable
41 hgpkg = None
41
42
42 requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"]
43 requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"]
43
44
@@ -681,7 +682,6 b' def main():'
681 COVERAGE_FILE = os.path.join(TESTDIR, ".coverage")
682 COVERAGE_FILE = os.path.join(TESTDIR, ".coverage")
682
683
683 expecthg = os.path.join(HGTMP, 'install', 'lib', 'python', 'mercurial')
684 expecthg = os.path.join(HGTMP, 'install', 'lib', 'python', 'mercurial')
684 hgpkg = None
685
685
686 if len(args) == 0:
686 if len(args) == 0:
687 args = os.listdir(".")
687 args = os.listdir(".")
General Comments 0
You need to be logged in to leave comments. Login now