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

Unified Diff: recipes/engine_tests/depend_on/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: Remove old expectation, move tests to their own folder. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipes/engine_tests/depend_on/bottom.py ('k') | recipes/engine_tests/depend_on/dont_need_properties.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/engine_tests/depend_on/bottom.expected/basic.json
diff --git a/recipes/engine_tests/depend_on/bottom.expected/basic.json b/recipes/engine_tests/depend_on/bottom.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..d8fdbf833e264f7ba758462470a433dbaea61143
--- /dev/null
+++ b/recipes/engine_tests/depend_on/bottom.expected/basic.json
@@ -0,0 +1,18 @@
+[
+ {
+ "cmd": [
+ "bc"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "calc it",
+ "stdin": "3*2\n",
+ "stdout": "/path/to/tmp/out"
+ },
+ {
+ "name": "$result",
+ "recipe_result": {
+ "number_times_two": 6
+ },
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipes/engine_tests/depend_on/bottom.py ('k') | recipes/engine_tests/depend_on/dont_need_properties.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698