Chromium Code Reviews| Index: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json |
| diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json |
| index 661e491167bf767fbcdbea073140f0b2cf0f0587..ba55022741719e00b6aca7055b6537d6e57b15cd 100644 |
| --- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json |
| +++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json |
| @@ -185,8 +185,6 @@ |
| "python", |
| "-u", |
| "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", |
| - "-O", |
|
martiniss
2016/03/18 23:43:13
This was wrong before... whoops. Yay expectations
|
| - "build=[SLAVE_BUILD]/build/build", |
| "--package", |
| "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", |
| "simulation_test" |
| @@ -199,6 +197,8 @@ |
| "python", |
| "-u", |
| "[SLAVE_BUILD]/build/build/recipes.py", |
| + "-O", |
| + "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine", |
| "--package", |
| "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", |
| "simulation_test" |