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), |