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

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

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nitfixen Created 7 years, 7 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/recipe_util.py ('k') | scripts/slave/recipes_test/gatekeeper.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 76f2deed91be9bc180e5d32a9e32f7ca8572dd10..ef2ad7a705525195f70f46525a86ad1c6409afb8 100644
--- a/scripts/slave/recipes/gatekeeper.py
+++ b/scripts/slave/recipes/gatekeeper.py
@@ -9,6 +9,6 @@ def GetFactoryProperties(api, _factory_properties, build_properties):
return {
'steps': [
steps.step('gatekeeper_launch',
- api.build_path('scripts', 'slave', 'gatekeeper_launch.py'))
+ [api.build_path('scripts', 'slave', 'gatekeeper_launch.py')])
]
}
« no previous file with comments | « scripts/slave/recipe_util.py ('k') | scripts/slave/recipes_test/gatekeeper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698