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

Unified Diff: PRESUBMIT.py

Issue 7906009: Fix a typo that resulted in no tests to be run in depot_tools. :( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: More Created 9 years, 3 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 | presubmit_canned_checks.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ebe5061de5025c9118820658c16e8b1ee1429070..b80c836c7276f51b027bb14519cad2abffe5a8a3 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -42,7 +42,7 @@ def CommonChecks(input_api, output_api, tests_to_black_list):
input_api,
output_api,
'tests',
- whitelist=[r'.*tests\.py$'],
+ whitelist=[r'.*test\.py$'],
blacklist=tests_to_black_list))
return results
« no previous file with comments | « no previous file | presubmit_canned_checks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698