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

Unified Diff: recipe_modules/step/example.expected/warning.json

Issue 2886903004: Revert of [recipe_modules/step] do not set cwd if it is start_dir. (Closed)
Patch Set: Created 3 years, 7 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/step/example.expected/invalid_access.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/example.expected/warning.json
diff --git a/recipe_modules/step/example.expected/warning.json b/recipe_modules/step/example.expected/warning.json
index 54eb4a001d77283181f0c8d017f21485b3554eba..f56c744b94540071cb0251a525a849f9c909be4c 100644
--- a/recipe_modules/step/example.expected/warning.json
+++ b/recipe_modules/step/example.expected/warning.json
@@ -12,30 +12,6 @@
"Why hello, there."
],
"name": "hello (2)"
- },
- {
- "cmd": [
- "mkdir",
- "something"
- ],
- "name": "mk subdir"
- },
- {
- "cmd": [
- "bash",
- "-c",
- "echo Why hello, there, in a subdir."
- ],
- "cwd": "[START_DIR]/something",
- "name": "something"
- },
- {
- "cmd": [
- "bash",
- "-c",
- "echo what happen"
- ],
- "name": "start_dir ignored"
},
{
"cmd": [
« no previous file with comments | « recipe_modules/step/example.expected/invalid_access.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698