author | Bryan O'Sullivan <bos@serpentine.com> |
Wed, 12 Dec 2012 15:17:18 -0800 | |
branch | stable |
changeset 1175 | 62cc0851c70f |
parent 1174 | 193946338595 |
child 1176 | f301599e705a |
child 1177 | 8870dc73f441 |
--- 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: