You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipe_modules/git_cl/example.expected/basic.json

66 lines
1.1 KiB
JSON

[
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-d"
],
"cwd": "[TMP_BASE]/fakee_tmp_1",
"name": "git_cl description",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"hi"
],
"name": "echo"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-d"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
"name": "git_cl description (2)",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"hey"
],
"name": "echo (2)"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-n",
"-"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
"name": "git_cl set description",
"stdin": "new description woo",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-d"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
"name": "git_cl description (3)",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"new description woo"
],
"name": "echo (3)"
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
]