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

Unified Diff: recipe_modules/step/tests/inject_paths.expected/with_value.json

Issue 2913203002: [step_runner] run _merge_envs in simulation too. (Closed)
Patch Set: quotes and comments 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/tests/inject_paths.expected/basic.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/tests/inject_paths.expected/with_value.json
diff --git a/recipe_modules/step/tests/inject_paths.expected/with_value.json b/recipe_modules/step/tests/inject_paths.expected/with_value.json
index 05e3012531c7ef26efbe017a641b2ab546710867..6d0471e400ac49b66b66242dec3be2e06193a1a5 100644
--- a/recipe_modules/step/tests/inject_paths.expected/with_value.json
+++ b/recipe_modules/step/tests/inject_paths.expected/with_value.json
@@ -6,7 +6,7 @@
],
"env": {
"FOO": "bar",
- "PATH": "foo:bar:%(PATH)s"
+ "PATH": "foo:bar:<PATH>"
},
"name": "test step (no env)"
},
@@ -26,7 +26,7 @@
"hi"
],
"env": {
- "PATH": "foo:bar:something:%(PATH)s"
+ "PATH": "foo:bar:something:<PATH>"
},
"name": "test step (env, $PATH)"
},
« no previous file with comments | « recipe_modules/step/tests/inject_paths.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698