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

Unified Diff: recipe_modules/tempfile/example.expected/basic.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/tempfile/example.expected/basic.json
diff --git a/recipe_modules/tempfile/example.expected/basic.json b/recipe_modules/tempfile/example.expected/basic.json
index 8243a3753f015cb9d9bcb02c91da94f2ce41d21f..87fcacfd264a61296735381070256050efdc0fd6 100644
--- a/recipe_modules/tempfile/example.expected/basic.json
+++ b/recipe_modules/tempfile/example.expected/basic.json
@@ -4,10 +4,9 @@
"python",
"-u",
"\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
- "[TMP_BASE]/foo_tmp_1"
+ "[TMP]/foo_tmp_1"
],
- "cwd": "[SLAVE_BUILD]",
- "name": "rmtree [TMP_BASE]/foo_tmp_1",
+ "name": "rmtree [TMP]/foo_tmp_1",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
« no previous file with comments | « recipe_modules/step/example.expected/warning.json ('k') | recipe_modules/time/example.expected/defaults.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698