Index: infra/recipe_modules/depot_tools/example.py |
diff --git a/recipe_modules/depot_tools/example.py b/infra/recipe_modules/depot_tools/example.py |
similarity index 70% |
copy from recipe_modules/depot_tools/example.py |
copy to infra/recipe_modules/depot_tools/example.py |
index 4afa8e8ee7c01611eea5430343e73c2a5c6de40e..5d16a83cbc5666e31d5454dd80b54190e6e44b02 100644 |
--- a/recipe_modules/depot_tools/example.py |
+++ b/infra/recipe_modules/depot_tools/example.py |
@@ -8,7 +8,11 @@ DEPS = [ |
] |
def RunSteps(api): |
+ # TODO(martiniss) change into a direct depot_tools call |
api.python('gclient help', api.depot_tools.gclient_py, ['--help']) |
+ api.python( |
+ 'presubmit support!', api.depot_tools.presubmit_support, ['--commit']) |
+ |
def GenTests(api): |
yield api.test('basic') |