Index: scripts/slave/recipes/run_presubmit.expected/blink_bare.json |
diff --git a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json |
index 2ad8a3a9f055319bc8c315e7c923df23260c14ca..d4a0a0fdcfca03714170246b2a7818723aa0f94a 100644 |
--- a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json |
+++ b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json |
@@ -1,19 +1,19 @@ |
[ |
{ |
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]\ntarget_os = []\ntarget_os_only = False"], |
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]\ntarget_os = []\ntarget_os_only = False"], |
"name": "gclient setup", |
"seed_steps": ["gclient setup", "gclient revert", "gclient sync"] |
}, |
{ |
- "cmd": ["python", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"], |
+ "cmd": ["python", "-u", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"], |
"name": "gclient revert" |
}, |
{ |
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], |
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--nohooks"], |
"name": "gclient sync" |
}, |
{ |
- "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"], |
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BUILD_ROOT]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org", "--no-commit"], |
"name": "apply_issue" |
}, |
{ |