Chromium Code Reviews| Index: masters/master.chromium/master_linux_cfg.py |
| =================================================================== |
| --- masters/master.chromium/master_linux_cfg.py (revision 101166) |
| +++ masters/master.chromium/master_linux_cfg.py (working copy) |
| @@ -73,6 +73,7 @@ |
| F('rel_unit', linux().ChromiumFactory( |
| slave_type='NASTester', |
| tests=['check_deps', |
| + 'check_licenses', |
| 'googleurl', |
| 'media', |
| 'printing', |
| @@ -109,6 +110,7 @@ |
| 'views', |
| 'sizes', ] + |
| ['check_deps', |
| + 'check_licenses', |
|
nsylvain
2011/09/15 16:54:49
I'd personally remove both check_deps and check_li
Paweł Hajdan Jr.
2011/09/15 17:21:06
Removed check_licenses then.
|
| 'googleurl', |
| 'media', |
| 'printing', |
| @@ -163,7 +165,7 @@ |
| F('dbg_unit_1', linux().ChromiumFactory( |
| slave_type='NASTester', |
| target='Debug', |
| - tests=['check_deps', 'net', 'browser_tests'], |
| + tests=['check_deps', 'check_licenses', 'net', 'browser_tests'], |
| factory_properties={'generate_gtest_json': True})) |
| B('Linux Tests (dbg)(2)', 'dbg_unit_2', 'testers', 'linux_dbg_trigger', |
| @@ -213,6 +215,7 @@ |
| tests=['base', |
| 'browser_tests', |
| 'check_deps', |
| + 'check_licenses', |
|
nsylvain
2011/09/15 16:54:49
I dont think we need it here.
Paweł Hajdan Jr.
2011/09/15 17:21:06
Done.
|
| 'media', |
| 'net', 'printing', |
| 'remoting', |