| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 04ba5ee9480a8bac584ba6ce2d0f2a6b68b8446d..b1f73dec2e169f9f3f1df71f8ab40ad6bb8c308f 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -569,7 +569,7 @@ def GenTests(api):
|
| suppress_analyze() +
|
| api.override_step_data('[trigger] base_unittests (with patch)',
|
| retcode=1) +
|
| - api.override_step_data('base_unittests.base_unittests (with patch)',
|
| + api.override_step_data('base_unittests (with patch)',
|
| canned_test(passing=False), retcode=1)
|
| )
|
|
|
|
|