Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: scripts/slave/recipes/ios/try.py

Issue 2446843002: Reland "Support xctests" (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
},
],
})
« no previous file with comments | « scripts/slave/recipe_modules/ios/example.expected/timed_out.json ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698