Chromium Code Reviews

Unified Diff: presubmit.py

Issue 113294: Add presubmit checks to look for BUG= and TEST= tags in change list descripti... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/depot_tools/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | presubmit_canned_checks.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: presubmit.py
===================================================================
--- presubmit.py (revision 15890)
+++ presubmit.py (working copy)
@@ -50,7 +50,8 @@
SPECIAL_KEYS = {
'Reviewers' : 'R',
'BugIDs' : 'BUG',
- 'Tested': 'TESTED'
+ 'Tested': 'TESTED',
+ 'Test': 'TEST'
}
« no previous file with comments | « no previous file | presubmit_canned_checks.py » ('j') | no next file with comments »

Powered by Google App Engine