summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index be3b5cf..93236ff 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -700,7 +700,7 @@ def _CommonChecks(input_api, output_api):
results.extend(input_api.canned_checks.RunUnitTestsInDirectory(
input_api, output_api,
input_api.PresubmitLocalPath(),
- whitelist=[r'.+_test\.py$']))
+ whitelist=[r'^PRESUBMIT_test\.py$']))
return results