author | Bryan O'Sullivan <bos@serpentine.com> |
Wed, 12 Dec 2012 15:17:18 -0800 | |
changeset 18061 | 0e4316c3a703 |
parent 18060 | d2e97d86e4db |
child 18062 | 1471f5e83686 |
--- 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: