Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: testing/buildbot/manage.py

Issue 1162063002: Make testing/buildbot presubmit output less mysterious. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/manage.py
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
index bc362fd221b1f4578f44b542ba8fb04aff39f8ed..0a4dee88a280c3d97451bd2bbb0446e74af9b401 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -145,6 +145,7 @@ def main():
print('Updated %s' % filename)
else:
print('%s is not in canonical format' % filename)
+ print('run `testing/buildbot/manage.py -w` to fix')
if args.remaining:
if args.test_name:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698