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

Unified Diff: recipe_modules/generator_script/example.expected/basic_python.json

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: tmp Created 4 years, 8 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: recipe_modules/generator_script/example.expected/basic_python.json
diff --git a/recipe_modules/generator_script/example.expected/basic_python.json b/recipe_modules/generator_script/example.expected/basic_python.json
index b46bb8653f9e4a0129b4033929c735fb09fc366d..0ba96f0980c52a2aa4b1df4bcb89f6c9992d8f9a 100644
--- a/recipe_modules/generator_script/example.expected/basic_python.json
+++ b/recipe_modules/generator_script/example.expected/basic_python.json
@@ -7,7 +7,7 @@
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
+ "cwd": "[TMP]/checkout",
"name": "gen step(bogus.py)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",

Powered by Google App Engine
This is Rietveld 408576698