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

Unified Diff: recipe_modules/step/example.expected/basic.json

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto Created 5 years, 3 months 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 | « recipe_modules/step/example.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/example.expected/basic.json
diff --git a/recipe_modules/step/example.expected/basic.json b/recipe_modules/step/example.expected/basic.json
index 7bf830a83b9dd41f37ec1fb20db637dc0934bfb8..138b77ac32204f34531462cffb912410f78f5f15 100644
--- a/recipe_modules/step/example.expected/basic.json
+++ b/recipe_modules/step/example.expected/basic.json
@@ -61,6 +61,14 @@
{
"cmd": [
"echo",
+ "warning"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "warning"
+ },
+ {
+ "cmd": [
+ "echo",
"testa"
],
"cwd": "[SLAVE_BUILD]",
@@ -87,19 +95,13 @@
{
"cmd": [
"python",
- "test-wrapper.py",
- "-v",
- "--",
+ "-c",
+ "import sys; print sys.argv",
"echo",
"main",
"application"
],
"cwd": "[SLAVE_BUILD]",
"name": "application"
- },
- {
- "name": "$final_result",
- "reason": "Warning, robots approaching!",
- "status_code": 1
}
-]
+]
« no previous file with comments | « recipe_modules/step/example.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698