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

Unified Diff: recipes/engine_tests/depend_on/no_return.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/no_return.py ('k') | recipes/engine_tests/depend_on/top.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/engine_tests/depend_on/no_return.expected/basic.json
diff --git a/recipes/engine_tests/depend_on/no_return.expected/basic.json b/recipes/engine_tests/depend_on/no_return.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..364ba0e682a130debfa58a76871c8d87b0de5a54
--- /dev/null
+++ b/recipes/engine_tests/depend_on/no_return.expected/basic.json
@@ -0,0 +1,14 @@
+[
+ {
+ "cmd": [
+ "bingo"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "bam"
+ },
+ {
+ "name": "$result",
+ "reason": "Uncaught Exception: ValueError('Recipe no_return did not return a value.',)",
+ "status_code": -1
+ }
+]
« no previous file with comments | « recipes/engine_tests/depend_on/no_return.py ('k') | recipes/engine_tests/depend_on/top.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698