##// 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 38 SKIPPED_PREFIX = 'skipped: '
39 39 FAILED_PREFIX = 'hghave check failed: '
40 40 PYTHON = sys.executable
41 hgpkg = None
41 42
42 43 requiredtools = ["python", "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"]
43 44
@@ -681,7 +682,6 b' def main():'
681 682 COVERAGE_FILE = os.path.join(TESTDIR, ".coverage")
682 683
683 684 expecthg = os.path.join(HGTMP, 'install', 'lib', 'python', 'mercurial')
684 hgpkg = None
685 685
686 686 if len(args) == 0:
687 687 args = os.listdir(".")
General Comments 0
You need to be logged in to leave comments. Login now