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

Unified Diff: recipes/example/nested.expected/basic.json

Issue 2245113002: Track step nesting in StreamEngine. (Closed) Base URL: https://github.com/luci/recipes-py@emit-initial-properties
Patch Set: Rebase, comments. Created 4 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 | « recipes/example/nested.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/example/nested.expected/basic.json
diff --git a/recipes/example/nested.expected/basic.json b/recipes/example/nested.expected/basic.json
index c816ed95dd5195a6bf2bc444f9334ead2d50146a..fabcf00150957e027e31a9b960817219ff9a10f4 100644
--- a/recipes/example/nested.expected/basic.json
+++ b/recipes/example/nested.expected/basic.json
@@ -13,7 +13,7 @@
{
"cmd": [
"sleep",
- "10"
+ "1"
],
"name": "complicated thing.first part.wait a bit",
"~followup_annotations": [
@@ -43,7 +43,7 @@
{
"cmd": [
"sleep",
- "10"
+ "1"
],
"name": "simple thing"
},
« no previous file with comments | « recipes/example/nested.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698