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

Unified Diff: recipe_modules/infra_paths/example.py

Issue 2477033002: fix swarmbucket infra path (Closed)
Patch Set: update example Created 4 years, 1 month 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 | « no previous file | recipe_modules/infra_paths/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/infra_paths/example.py
diff --git a/recipe_modules/infra_paths/example.py b/recipe_modules/infra_paths/example.py
index 2cca4c7911c897665264d9809b82ecbf45dffe97..d1d33a50c18cd2a5a6b607c49a0e8f2983c97bb1 100644
--- a/recipe_modules/infra_paths/example.py
+++ b/recipe_modules/infra_paths/example.py
@@ -13,7 +13,7 @@ DEPS = [
def RunSteps(api):
api.step('show cache path', [])
- api.step.active_result.presentation.step_text = str(api.path['cache'])
+ api.step.active_result.presentation.step_text = str(api.path['git_cache'])
def GenTests(api):
« no previous file with comments | « no previous file | recipe_modules/infra_paths/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698