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

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

Issue 2875823002: Add vpython support to Python recipe module. (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
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..f5d0f52c399e96ab6f4e013d4a3f9890408083d8 100644
--- a/recipe_modules/python/example.expected/basic.json
+++ b/recipe_modules/python/example.expected/basic.json
@@ -48,6 +48,25 @@
"@@@STEP_LOG_END@python.inline@@@"
]
},
+ {
+ "cmd": [
+ "vpython",
+ "-u",
+ "RECIPE[recipe_engine::python:example].resources/test.py"
+ ],
+ "name": "run vpython.script"
+ },
+ {
+ "cmd": [
+ "vpython",
+ "-spec",
+ "RECIPE[recipe_engine::python:example].resources/test.vpython",
+ "-u",
+ "RECIPE[recipe_engine::python:example].resources/test.py",
+ "--verify"
+ ],
+ "name": "run vpython.spec"
+ },
{
"name": "$result",
"recipe_result": null,

Powered by Google App Engine
This is Rietveld 408576698