Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: recipes/engine_tests/bottom.expected/basic.json

Issue 1421843006: Add simple depends_on API. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix small broken tests, add invoke tests, respond to nits. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "bc"
5 ],
6 "cwd": "[SLAVE_BUILD]",
7 "name": "calc it",
8 "stdin": "3*2\n",
9 "stdout": "/path/to/tmp/out"
10 },
11 {
12 "name": "$result",
13 "recipe_result": {
14 "number_times_two": 6
15 },
16 "status_code": 0
17 }
18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698