Change readme updating to be on by default for roll_dep.py

Change-Id: Id6d5a365e55ad0a79e512af24e72f141f8b9a60a
Bug: b/390067679
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6521682
Reviewed-by: Rachael Newitt <renewitt@google.com>
Reviewed-by: Andy Perelson <ajp@google.com>
Commit-Queue: Jordan Brown <rop@google.com>
This commit is contained in:
Jordan Brown
2025-05-09 15:35:10 -07:00
committed by LUCI CQ
parent d1f9fa6c92
commit 977c37458f
2 changed files with 5 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ class RollDepTest(fake_repos.FakeReposTestBase):
if not self.enabled:
return
stdout, stderr, returncode = self.call(
[ROLL_DEP, '--update-readme']+self.all_repos
[ROLL_DEP]+self.all_repos
)
latest_revision = self.githash('repo_2', 3)