Commit c0169f32 authored by Andrey Kosyakov's avatar Andrey Kosyakov Committed by LUCI CQ

Skip depot_tools update for gclient recurse

update_depot_tools has become chatty since https://crrev.com/c/3556588,
which interfers with processing output from commands being recursed.

Change-Id: I47ea49fbe2b1c196562ef8389d981abe8eb5788b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3561658
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Auto-Submit: Andrey Kosyakov <caseq@chromium.org>
Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
parent 0213e4b2
......@@ -5,7 +5,7 @@
base_dir=$(dirname "$0")
if [[ "#grep#fetch#cleanup#diff#setdep#" != *"#$1#"* ]]; then
if [[ "#grep#fetch#cleanup#diff#setdep#recurse#" != *"#$1#"* ]]; then
# Shall skip authomatic update?
if [[ $DEPOT_TOOLS_UPDATE != 0 ]]; then
"$base_dir"/update_depot_tools "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment