Index: tools/bots/ddc_tests.py |
diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py |
index 51068ba5e4716c7ab2e1484567f4697799eb173c..ab4674bea346891d0bf83848239254dba2806aa9 100644 |
--- a/tools/bots/ddc_tests.py |
+++ b/tools/bots/ddc_tests.py |
@@ -26,6 +26,6 @@ FLAGS = [ |
if __name__ == '__main__': |
(bot_name, _) = bot.GetBotName() |
system = bot_utils.GetSystemFromName(bot_name) |
- info = bot.BuildInfo('dartdevc', 'chrome', 'release', system, |
+ info = bot.BuildInfo('dartdevc', 'drt', 'release', system, |
arch='x64', checked=True) |
bot.RunTest('dartdevc', info, TARGETS, flags=FLAGS) |