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

Unified Diff: tools/testing/webdriver_test_setup.py

Issue 10443036: Fix typo in webdriver test setup script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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/perf_testing/run_perf_tests.py ('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 8007)
+++ tools/testing/webdriver_test_setup.py (working copy)
@@ -241,7 +241,7 @@
def main():
args = parse_args()
SeleniumBindingsInstaller(args.buildbot).run()
- GoogleCodeInstaller('chromedriver', ind_depot_tools_location(args.buildbot),
+ GoogleCodeInstaller('chromedriver', find_depot_tools_location(args.buildbot),
lambda x: 'chromedriver_%(os)s_%(version)s.zip' % x).run()
if 'win32' not in sys.platform and 'cygwin' not in sys.platform:
GoogleCodeInstaller('selenium', os.path.dirname(os.path.abspath(__file__)),
« no previous file with comments | « tools/testing/perf_testing/run_perf_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698