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

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/perf_failures.json

Issue 1349633004: Switch run_perf.py to use positional arguments for extra_flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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/recipe_modules/v8/example.expected/forced_build.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « scripts/slave/recipe_modules/v8/example.expected/forced_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698