Mercurial > hg
diff tests/run-tests.py @ 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 | 77d06793a20d |
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: