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

Unified Diff: tools/testing/webdriver_test_setup.py

Issue 9601023: Fix for webdriver_test_setup in Windows, and don't force close of the browsers if we're not running… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | « tools/testing/dart/test_runner.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/webdriver_test_setup.py
===================================================================
--- tools/testing/webdriver_test_setup.py (revision 4980)
+++ tools/testing/webdriver_test_setup.py (working copy)
@@ -212,8 +212,8 @@
admin_keyword = 'sudo'
else:
# The python installation is "special" on Windows buildbots.
- if is_buildbot:
- python_cmd = os.path.join(find_depot_tools_location(is_buildbot),
+ if self.is_buildbot:
+ python_cmd = os.path.join(find_depot_tools_location(self.is_buildbot),
'python-bin', 'python')
page = urllib2.urlopen(self.SETUPTOOLS_SITE)
run_cmd('%s %s' % (admin_keyword, python_cmd), page.read())
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698