# HG changeset patch # User Bryan O'Sullivan # Date 1240609256 25200 # Node ID 2263c49af028ec97cf8a2d11ef134e524bbd88fc # Parent e745063b94ddcf405c262101fbcb67a87b51e83a run-tests.py: ensure that hgpkg is always visible diff -r e745063b94dd -r 2263c49af028 tests/run-tests.py --- 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(".")