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

Unified Diff: recipe_modules/python/example.expected/basic.json

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: 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
« no previous file with comments | « recipe_modules/properties/example.expected/lists.json ('k') | recipe_modules/raw_io/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/example.expected/basic.json
diff --git a/recipe_modules/python/example.expected/basic.json b/recipe_modules/python/example.expected/basic.json
index 1c80f33aafdb7a9e72ca3f3ab7fcbff035241789..9a8821f118619f69c3b9ad9db3b477d73c216626 100644
--- a/recipe_modules/python/example.expected/basic.json
+++ b/recipe_modules/python/example.expected/basic.json
@@ -5,6 +5,7 @@
"-u",
"import sys; sys.exit(0)"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "success",
"~followup_annotations": [
"@@@STEP_LOG_LINE@success@This step is a success@@@",
@@ -17,6 +18,7 @@
"-u",
"import sys; sys.exit(1)"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "failure",
"~followup_annotations": [
"step returned non-zero exit code: 1",
« no previous file with comments | « recipe_modules/properties/example.expected/lists.json ('k') | recipe_modules/raw_io/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698