| [ |
| { |
| "cmd": [ |
| "python", |
| "-m", |
| "json.tool", |
| "{\"something\":[true,true]}" |
| ], |
| "env": { |
| "PYTHONUNBUFFERED": null |
| }, |
| "name": "run json.tool" |
| }, |
| { |
| "cmd": [ |
| "vpython", |
| "RECIPE[recipe_engine::python:examples/full].resources/test.py", |
| "--verify-enum34" |
| ], |
| "name": "run vpython.inlinespec" |
| }, |
| { |
| "cmd": [ |
| "vpython", |
| "-vpython-spec", |
| "RECIPE[recipe_engine::python:examples/full].resources/test.vpython", |
| "RECIPE[recipe_engine::python:examples/full].resources/test.py", |
| "--verify-six" |
| ], |
| "name": "run vpython.spec" |
| }, |
| { |
| "name": "$result" |
| } |
| ] |