--- a/tests/run-tests.py Thu Sep 21 21:24:53 2006 +0200
+++ b/tests/run-tests.py Sun Oct 01 19:26:33 2006 +0200
@@ -104,7 +104,7 @@
# windows fallback
shutil.copyfile(sys.executable, my_python)
shutil.copymode(sys.executable, my_python)
-
+
def install_hg():
vlog("# Performing temporary installation of HG")
installerrs = os.path.join("tests", "install.err")
@@ -358,7 +358,7 @@
args = os.listdir(".")
for test in args:
if (test.startswith("test-") and '~' not in test and
- ('.' not in test or test.endswith('.py') or
+ ('.' not in test or test.endswith('.py') or
test.endswith('.bat'))):
ret = run_one(test)
if ret is None: