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

Unified Diff: recipe_modules/python/example.expected/basic.json

Issue 2875823002: Add vpython support to Python recipe module. (Closed)
Patch Set: rebase 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/python/example.py ('k') | recipe_modules/python/example.resources/test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/example.expected/basic.json
diff --git a/recipe_modules/python/example.expected/basic.json b/recipe_modules/python/example.expected/basic.json
index 3e4ab94165ac2c065288614b38bc85e5f100597a..383a63753184cda7228a4e54140d39d3145e6ade 100644
--- a/recipe_modules/python/example.expected/basic.json
+++ b/recipe_modules/python/example.expected/basic.json
@@ -48,6 +48,26 @@
"@@@STEP_LOG_END@python.inline@@@"
]
},
+ {
+ "cmd": [
+ "vpython",
+ "-u",
+ "RECIPE[recipe_engine::python:example].resources/test.py",
+ "--verify-enum34"
+ ],
+ "name": "run vpython.inlinespec"
+ },
+ {
+ "cmd": [
+ "vpython",
+ "-spec",
+ "RECIPE[recipe_engine::python:example].resources/test.vpython",
+ "-u",
+ "RECIPE[recipe_engine::python:example].resources/test.py",
+ "--verify-six"
+ ],
+ "name": "run vpython.spec"
+ },
{
"name": "$result",
"recipe_result": null,
« no previous file with comments | « recipe_modules/python/example.py ('k') | recipe_modules/python/example.resources/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698