changeset 18061:0e4316c3a703

run-tests: fix whitespace nonsense
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 12 Dec 2012 15:17:18 -0800
parents d2e97d86e4db
children 1471f5e83686
files tests/run-tests.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: