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

Unified Diff: recipe_modules/step/tests/inject_paths.expected/basic.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
Index: recipe_modules/step/tests/inject_paths.expected/basic.json
diff --git a/recipe_modules/step/tests/inject_paths.expected/basic.json b/recipe_modules/step/tests/inject_paths.expected/basic.json
index aced08f374c25ff89bf17f5c1d4b7c9769f5b53c..e6df1c6ca9fa77252964a1d781ce3533516300ce 100644
--- a/recipe_modules/step/tests/inject_paths.expected/basic.json
+++ b/recipe_modules/step/tests/inject_paths.expected/basic.json
@@ -25,7 +25,7 @@
"hi"
],
"env": {
- "PATH": "something:%(PATH)s"
+ "PATH": "something:<PATH>"
},
"name": "test step (env, $PATH)"
},

Powered by Google App Engine
This is Rietveld 408576698