| Index: scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| diff --git a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| index c6fde9d136bdef16d38add9d3da10dd3587d2ff3..e811fbaeba2b4751877f0a0601bbc8807b343aae 100644
|
| --- a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| +++ b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| @@ -53,7 +53,8 @@
|
| "--buildbot",
|
| "--json-test-results",
|
| "/path/to/tmp/json",
|
| - "--extra-flags=\"--flag1 --flag2\"",
|
| + "--extra-flags",
|
| + "--flag1 --flag2",
|
| "example1.json"
|
| ],
|
| "cwd": "[SLAVE_BUILD]/v8",
|
| @@ -83,7 +84,8 @@
|
| "--buildbot",
|
| "--json-test-results",
|
| "/path/to/tmp/json",
|
| - "--extra-flags=\"--flag1 --flag2\"",
|
| + "--extra-flags",
|
| + "--flag1 --flag2",
|
| "example2.json"
|
| ],
|
| "cwd": "[SLAVE_BUILD]/v8",
|
|
|