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

Unified Diff: recipe_modules/context/tests/env.expected/basic.json

Issue 2920223011: [context] fix treatment of None in env. (Closed)
Patch Set: really fix it Created 3 years, 6 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/context/tests/env.py ('k') | recipe_modules/python/examples/full.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/context/tests/env.expected/basic.json
diff --git a/recipe_modules/context/tests/env.expected/basic.json b/recipe_modules/context/tests/env.expected/basic.json
index 3627af6b934513b5d170c7cfc92b232968bb87b8..731ce1aa3c078c668b03a668be3c0d23b8db6ae7 100644
--- a/recipe_modules/context/tests/env.expected/basic.json
+++ b/recipe_modules/context/tests/env.expected/basic.json
@@ -72,6 +72,17 @@
"name": "env with default value"
},
{
+ "cmd": [
+ "bash",
+ "-c",
+ "set"
+ ],
+ "env": {
+ "PYTHONPATH": null
+ },
+ "name": "drop PYTHONPATH"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « recipe_modules/context/tests/env.py ('k') | recipe_modules/python/examples/full.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698