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