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

Unified Diff: recipes/engine_tests/subannotations.expected/basic.json

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: Created 4 years, 8 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
Index: recipes/engine_tests/subannotations.expected/basic.json
diff --git a/recipes/engine_tests/subannotations.expected/basic.json b/recipes/engine_tests/subannotations.expected/basic.json
index 7e60cd8050eccfb94b3fb57ce472ed902d7fa563..2ed7d1b2cb02de83b79edc0fcb9629dc824d36ed 100644
--- a/recipes/engine_tests/subannotations.expected/basic.json
+++ b/recipes/engine_tests/subannotations.expected/basic.json
@@ -4,6 +4,7 @@
"echo",
"@@@BUILD_STEP@steppy@@@"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Dont subannotate me"
},
{
@@ -12,6 +13,7 @@
"echo",
"@@@BUILD_STEP@pippy@@@"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Subannotate me"
},
{
« no previous file with comments | « recipes/engine_tests/nonexistent_command.expected/basic.json ('k') | recipes/engine_tests/trigger.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698