tests/run-tests.py
changeset 3223 53e843840349
parent 2989 3091b1153e2c
child 3300 642e5faf6bf0
--- 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: