Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9280)

Unified Diff: chrome/test/functional/pyauto_functional.py

Issue 137023003: Remove third_party\python_26. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert .gitmodules, otherwise try jobs fail Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/pyauto_functional.py
diff --git a/chrome/test/functional/pyauto_functional.py b/chrome/test/functional/pyauto_functional.py
index bff96c392caac19e93853c0132bd3d29746377de..fa9b8a57648fac9f8989567c4af99c27c3e0a3bd 100755
--- a/chrome/test/functional/pyauto_functional.py
+++ b/chrome/test/functional/pyauto_functional.py
@@ -50,8 +50,7 @@ def RunWithCorrectPythonIfNecessary():
child.
"""
if sys.platform == 'cygwin' or sys.platform.startswith('win'):
- cmd = [os.path.join(pyauto_paths.GetThirdPartyDir(), 'python_26',
- 'python_slave.exe')]
+ cmd = [sys.executable]
elif sys.platform.startswith('darwin'):
# Arch runs the specified architecture of a universal binary. Run
# the 32 bit one.
« no previous file with comments | « DEPS ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698