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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 15448002: Android / Telemetry: use android-chromium-testshell instead of content-shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index e2b0a48971e0afef5b2f4ad613ac22de8bc7e25f..938d8f6a700960e4a1f27d3ae20c7788d29ca856 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -115,7 +115,7 @@ def GetBotStepMap():
B('fyi-component-builder-tests-dbg', compile_step,
T(std_tests, ['--experimental', flakiness_server]), None),
B('perf-tests-rel', std_test_steps,
- T([], ['--install=ContentShell']),
+ T([], ['--install=ChromiumTestShell']),
tonyg 2013/05/20 16:26:17 Ilevy should review, but I'm not sure whether this
bulach 2013/05/21 07:45:46 yeah, I'm not sure either, there are so. many. lay
Isaac (away) 2013/06/15 07:35:03 Yes, this is correct.
None),
B('webkit-latest-webkit-tests', std_test_steps,
T(['webkit_layout', 'webkit']), None),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698