Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index a08141bbe2967eff217db328b9ce8e9c02c856c2..51800a0c2b90bcf45014dd1fbd55a62e8efaba9f 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -4398,7 +4398,10 @@ def CMDtry(parser, args): |
# Skip presubmit builders, because these will fail without LGTM. |
masters.setdefault(master, {})[builder] = ['defaulttests'] |
if masters: |
+ print('Loaded default bots from CQ config (%s)' % cq_cfg) |
return masters |
+ else: |
+ print('CQ config exists (%s) but has no try bots listed' % cq_cfg) |
Sergiy Byelozyorov
2016/06/07 14:58:14
It's not clear from the message what is used in th
|
if not options.bot: |
parser.error('No default try builder to try, use --bot') |