Index: scripts/slave/recipe_modules/v8/example.expected/perf_failures.json |
diff --git a/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json b/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json |
index 5cf5f1792d4641c182b7f47d0d88576d8e4ab3f0..0b08474a90165a96553584ae274673bac1977d52 100644 |
--- a/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json |
+++ b/scripts/slave/recipe_modules/v8/example.expected/perf_failures.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", |
@@ -87,7 +88,8 @@ |
"--buildbot", |
"--json-test-results", |
"/path/to/tmp/json", |
- "--extra-flags=\"--flag1 --flag2\"", |
+ "--extra-flags", |
+ "--flag1 --flag2", |
"example2.json" |
], |
"cwd": "[SLAVE_BUILD]/v8", |