| Index: masters/master.chromium/master_linux_cfg.py
|
| ===================================================================
|
| --- masters/master.chromium/master_linux_cfg.py (revision 101311)
|
| +++ 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',
|
| @@ -163,7 +164,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',
|
|
|