Index: dart/frog/scripts/buildbot_annotated_steps.py |
diff --git a/dart/frog/scripts/buildbot_annotated_steps.py b/dart/frog/scripts/buildbot_annotated_steps.py |
index ffe89fc37c89ea8d53e4f689970c39d7c92fb4e3..beac752db710f4726c4d2b5f8131cfdb1a3a1913 100644 |
--- a/dart/frog/scripts/buildbot_annotated_steps.py |
+++ b/dart/frog/scripts/buildbot_annotated_steps.py |
@@ -180,7 +180,7 @@ def TestFrog(component, mode, system, browser, option, flags): |
# isolate tests, so we're switching to use Chrome in the short term. |
if browser == 'chrome' and system == 'linux': |
TestStep('browser', mode, system, 'frogium', tests, flags) |
- TestStep('browser', mode, system, 'legium', tests, flags) |
+ TestStep('browser', mode, system, 'legium', [], flags) |
ngeoffray
2012/03/22 07:54:03
I guess this run the default suite of tests. Thank
ahe
2012/03/22 09:59:39
I also added leg_only and frog_native.
|
else: |
additional_flags = ['--browser=' + browser] |
if system.startswith('win') and browser == 'ie': |