| Index: tools/bots/compiler.py
|
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
|
| index 8789155310cc2eb6078ca5a6fd888c6b30fb7dd7..246e87fa7cef8b70b954661df8e01c55ccb93cba 100644
|
| --- a/tools/bots/compiler.py
|
| +++ b/tools/bots/compiler.py
|
| @@ -349,6 +349,8 @@ def RunCompilerTests(build_info):
|
| if build_info.minified: test_flags += ['--minified']
|
| if build_info.host_checked: test_flags += ['--host-checked']
|
| if build_info.batch: test_flags += ['--dart2js-batch']
|
| + if build_info.builder_tag: test_flags += ['--builder-tag=' +
|
| + build_info.builder_tag]
|
|
|
| if build_info.dart2js_full:
|
| compiler = build_info.compiler
|
|
|