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

Unified Diff: chrome/test/chromedriver/test/run_all_tests.py

Issue 24162008: [chromedriver] Rename chromedriver2 target names to remove '2'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « chrome/test/chromedriver/run_buildbot_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/run_all_tests.py
diff --git a/chrome/test/chromedriver/test/run_all_tests.py b/chrome/test/chromedriver/test/run_all_tests.py
index cd0255e9377d2d0192f0d5fcf8179d6eb889139d..4267731f381404ecc7228904b3d4caef7adc30f0 100755
--- a/chrome/test/chromedriver/test/run_all_tests.py
+++ b/chrome/test/chromedriver/test/run_all_tests.py
@@ -107,7 +107,7 @@ def RunJavaTests(chromedriver, chrome=None, chrome_version=None,
def RunCppTests(cpp_tests):
- util.MarkBuildStepStart('chromedriver2_tests')
+ util.MarkBuildStepStart('chromedriver_tests')
code = util.RunCommand([cpp_tests])
if code:
util.MarkBuildStepError()
@@ -136,8 +136,8 @@ def main():
exe_postfix = ''
if util.IsWindows():
exe_postfix = '.exe'
- cpp_tests_name = 'chromedriver2_tests' + exe_postfix
- server_name = 'chromedriver2_server' + exe_postfix
+ cpp_tests_name = 'chromedriver_tests' + exe_postfix
+ server_name = 'chromedriver' + exe_postfix
required_build_outputs = [server_name]
if not options.android_packages:
« no previous file with comments | « chrome/test/chromedriver/run_buildbot_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698