| Index: scripts/slave/recipes/ios/try.py
|
| diff --git a/scripts/slave/recipes/ios/try.py b/scripts/slave/recipes/ios/try.py
|
| index b2d6d0b47def838a3cd1abe3c25c58802dcd3c7c..b90336ba4fd87b521599ed2a3f8c92b821f14db9 100644
|
| --- a/scripts/slave/recipes/ios/try.py
|
| +++ b/scripts/slave/recipes/ios/try.py
|
| @@ -3,14 +3,14 @@
|
| # found in the LICENSE file.
|
|
|
| DEPS = [
|
| - 'depot_tools/gclient',
|
| 'ios',
|
| + 'depot_tools/gclient',
|
| + 'depot_tools/tryserver',
|
| 'recipe_engine/json',
|
| 'recipe_engine/platform',
|
| 'recipe_engine/properties',
|
| 'recipe_engine/raw_io',
|
| 'recipe_engine/step',
|
| - 'depot_tools/tryserver',
|
| ]
|
|
|
| def RunSteps(api):
|
| @@ -74,6 +74,7 @@ def GenTests(api):
|
| 'app': 'fake tests',
|
| 'device type': 'fake device',
|
| 'os': '8.1',
|
| + 'xctest': True,
|
| },
|
| ],
|
| })
|
|
|