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 |