Commit 0213e4b2 authored by Josip Sokcevic's avatar Josip Sokcevic Committed by LUCI CQ

Print updating depot_tools in stderr

stdout print statement may interfere with automated tooling. Instead,
this prints the warning to stderr. See: https://crrev.com/c/3556588

R=gavinmak@google.com
Change-Id: I3fb72b7ab4afe42cb83ea5e506292f3e6e5ea8d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3561445
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: 's avatarGavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
parent 575321a2
......@@ -125,7 +125,7 @@ function update_git_repo {
# Update git checkouts.
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then
echo "Updating depot_tools..."
echo "Updating depot_tools..." 1>&2
if [ -e "$base_dir/.git" ]; then
cd "$base_dir"
update_git_repo
......
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