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

101 lines
1.9 KiB
JSON

[
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"upload",
"--message-file",
"Do the thing foobar\nNow with emoji: \ud83d\ude04"
],
"name": "git_cl upload"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"issue"
],
"name": "git_cl issue",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-d",
"--rietveld",
"https://code.review/123"
],
"name": "git_cl description (build)",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-n",
"-",
"https://code.review/123",
"--rietveld"
],
"name": "git_cl set description",
"stdin": "bammmm",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"hi"
],
"name": "echo"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-d"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
"name": "git_cl description",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"hey"
],
"name": "echo (2)"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-n",
"-"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
"name": "git_cl set description (2)",
"stdin": "new description woo",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-d"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
"name": "git_cl description (2)",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
"echo",
"new description woo"
],
"name": "echo (3)"
},
{
"name": "$result",
"recipe_result": null,
"status_code": 0
}
]