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

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: Yeeeeaaaahhhhhh! 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
Index: scripts/slave/recipes/gatekeeper.py
diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
index 327f0f87f5b160bd376e66ae112daacaa8c19ef6..872bac0f2e886b61c514e941e3763531981fe5c7 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')

Powered by Google App Engine
This is Rietveld 408576698