tests/run-tests.py
changeset 18061 0e4316c3a703
parent 18060 d2e97d86e4db
child 18229 77d06793a20d
--- a/tests/run-tests.py	Wed Dec 12 15:12:28 2012 -0800
+++ b/tests/run-tests.py	Wed Dec 12 15:17:18 2012 -0800
@@ -366,7 +366,7 @@
         if sys.platform == 'win32':
             exename = 'python.exe'
     if getattr(os, 'symlink', None):
-        vlog("# Making python executable in test path a symlink to '%s'" % 
+        vlog("# Making python executable in test path a symlink to '%s'" %
              sys.executable)
         mypython = os.path.join(BINDIR, exename)
         try: