diff -r 193946338595 -r 62cc0851c70f tests/run-tests.py --- a/tests/run-tests.py Wed Dec 12 14:52:58 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: