branch | stable |
changeset 1175 | 62cc0851c70f |
parent 1174 | 193946338595 |
child 1182 | e553e222bd7e |
--- 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: