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

Unified Diff: scripts/slave/recipes/infra/recipe_simulation.expected/normal.json

Issue 1577683003: Fix recipe_simulation test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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_simulation.py ('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_simulation.expected/normal.json
diff --git a/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
index bdee57d991c712049ba7e7b689b6b38de2527fdb..6eb8ba79959e3e02a007e60510b86ba2a81ef530 100644
--- a/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
+++ b/scripts/slave/recipes/infra/recipe_simulation.expected/normal.json
@@ -51,6 +51,8 @@
},
{
"cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/build/scripts/slave/recipes.py",
"fetch"
],
@@ -59,6 +61,8 @@
},
{
"cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/build/scripts/slave/recipes.py",
"simulation_test"
],
« no previous file with comments | « scripts/slave/recipes/infra/recipe_simulation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698