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

Unified Diff: scripts/slave/recipes/gatekeeper.py

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: License headers Created 7 years, 3 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/fail.json ('k') | scripts/slave/recipes/gpu.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/gatekeeper.py
diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
index 327f0f87f5b160bd376e66ae112daacaa8c19ef6..6138e1aeafd2da78beaa1d38aa85bf365b3ae2ad 100644
--- a/scripts/slave/recipes/gatekeeper.py
+++ b/scripts/slave/recipes/gatekeeper.py
@@ -13,5 +13,5 @@ def GenSteps(api):
yield api.step('gatekeeper_launch',
[api.path.build('scripts', 'slave', 'gatekeeper_launch.py')])
-def GenTests(_api):
- yield 'basic', {}
+def GenTests(api):
+ yield api.test('basic')
« no previous file with comments | « scripts/slave/recipes/chromium.expected/fail.json ('k') | scripts/slave/recipes/gpu.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698