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, |