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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json

Issue 1149013006: Execute the script using python api module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 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/auto_bisect/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json
index a7e39f3083724cd6e09e2506350c0fa22a98aa2e..8a21a0b618f14634bf0a46f7d73b661a6013e855 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json
@@ -728,6 +728,8 @@
},
{
"cmd": [
+ "python",
+ "-u",
"[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
"-w",
"[SLAVE_BUILD]"

Powered by Google App Engine
This is Rietveld 408576698