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

Unified Diff: scripts/slave/recipes/legion/legion.expected/basic.json

Issue 1820073003: Update recipes/recipe_modules in build/ for indexing output placeholders by names. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Roll recipe_engine and depot_tools Created 4 years, 9 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 | « scripts/slave/recipe_modules/legion/example.expected/basic.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/legion/legion.expected/basic.json
diff --git a/scripts/slave/recipes/legion/legion.expected/basic.json b/scripts/slave/recipes/legion/legion.expected/basic.json
index 82985baab67004d0f0c4243243b824e16cc6c4a3..3da519b8057f15c37019783016d041af50392902 100644
--- a/scripts/slave/recipes/legion/legion.expected/basic.json
+++ b/scripts/slave/recipes/legion/legion.expected/basic.json
@@ -160,7 +160,8 @@
"[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolated"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Running test for hello_world_test"
+ "name": "Running test for hello_world_test",
+ "stdout": "/path/to/tmp/"
},
{
"cmd": [
@@ -225,7 +226,8 @@
"[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolated"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Running test for subprocess_test"
+ "name": "Running test for subprocess_test",
+ "stdout": "/path/to/tmp/"
},
{
"cmd": [
@@ -312,7 +314,8 @@
"[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolated"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Running test for http_test"
+ "name": "Running test for http_test",
+ "stdout": "/path/to/tmp/"
},
{
"name": "$result",
« no previous file with comments | « scripts/slave/recipe_modules/legion/example.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698