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

Unified Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.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
Index: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
index 7b131ce704d194492a05206b633940a4f07ae430..87b17bd943580585eed73fcb216bfa6c8ced1b77 100644
--- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
+++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
@@ -196,7 +196,8 @@
"simulation_test"
],
"cwd": "[SLAVE_BUILD]",
- "name": "recipe_engine tests"
+ "name": "recipe_engine tests",
+ "stdout": "/path/to/tmp/"
},
{
"cmd": [
@@ -208,7 +209,8 @@
"simulation_test"
],
"cwd": "[SLAVE_BUILD]",
- "name": "build tests"
+ "name": "build tests",
+ "stdout": "/path/to/tmp/"
},
{
"name": "$result",

Powered by Google App Engine
This is Rietveld 408576698