| Index: tools/bots/compiler.py
|
| ===================================================================
|
| --- tools/bots/compiler.py (revision 21428)
|
| +++ tools/bots/compiler.py (working copy)
|
| @@ -225,7 +225,7 @@
|
| extras_flags = flags
|
| if (system == 'linux'
|
| and runtime == 'd8'
|
| - and not '--host-checked' in extra_flags):
|
| + and not '--host-checked' in extras_flags):
|
| # Run the extra tests in checked mode, but only on linux/d8.
|
| # Other systems have less resources and tend to time out.
|
| extras_flags = extras_flags + ['--host-checked']
|
|
|