Commit dce2250d authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Presubmit: Treat changes with Gerrit-style Tbr: header as TBRed.

Bug: 735158
Change-Id: I1444f34c84862f542909d0b70c5cdfd02394526c
Reviewed-on: https://chromium-review.googlesource.com/541638Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
parent 4b73b02b
......@@ -568,7 +568,7 @@ class InputApi(object):
@property
def tbr(self):
"""Returns if a change is TBR'ed."""
return 'TBR' in self.change.tags
return 'TBR' in self.change.tags or self.change.TBRsFromDescription()
def RunTests(self, tests_mix, parallel=True):
tests = []
......
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