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

Unified Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json

Issue 1845153002: recipe_roll_tryjob: Hide simulation test output. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations. 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/recipes/infra/recipe_roll_tryjob.expected/one_patch.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/infra/recipe_roll_tryjob.expected/tryjob.json
diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json
index 0dcfb6cee7b11f34a8d5df741ddd7dc505b0741b..682e4d894d29297cfaa8f3a349f579b99cb02ce5 100644
--- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json
+++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json
@@ -198,7 +198,8 @@
"simulation_test"
],
"cwd": "[SLAVE_BUILD]",
- "name": "recipe_engine tests"
+ "name": "recipe_engine tests",
+ "stdout": "/path/to/tmp/"
},
{
"cmd": [
@@ -212,7 +213,8 @@
"simulation_test"
],
"cwd": "[SLAVE_BUILD]",
- "name": "build tests"
+ "name": "build tests",
+ "stdout": "/path/to/tmp/"
},
{
"name": "$result",
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698