| Index: tools/bots/ddc_tests.py
|
| diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py
|
| index 54f989a232e85bb440577bfad2afb4e869747e61..405d25aaf769a2444833a74e581562467b5dadce 100644
|
| --- a/tools/bots/ddc_tests.py
|
| +++ b/tools/bots/ddc_tests.py
|
| @@ -39,7 +39,7 @@ if __name__ == '__main__':
|
| bot.RunProcess([
|
| 'xvfb-run', sys.executable, './tools/test.py', '--strong', '-mrelease',
|
| '-cdartdevc', '-rchrome', '-ax64', '--report', '--time', '--checked',
|
| - 'language_2', 'corelib_2', 'language_strong'])
|
| + '--progress=buildbot'] + TARGETS )
|
| else:
|
| info = bot.BuildInfo('dartdevc', 'chrome', 'release', system,
|
| arch='x64', checked=True)
|
|
|