Author: mattip <[email protected]>
Branch:
Changeset: r989:84b6181d15c1
Date: 2016-02-23 11:46 +0100
http://bitbucket.org/pypy/buildbot/changeset/84b6181d15c1/
Log: whoops for windows
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -534,7 +534,7 @@
))
if platform == 'win32':
- virt_python = 'virt_test/Scripts/python'
+ virt_python = r'virt_test\Scripts\python.exe'
else:
virt_python = 'virt_test/bin/python'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit