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

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/forced_build.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
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",
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipe_modules/v8/example.expected/perf_failures.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698