Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 8492dc9fc888bed8f2c9edc473304f223baa71b9..d4a67d24dc2460dabd99803804661d12d23df754 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -391,6 +391,7 @@ def _RunPythonTests(input_api, output_api): |
test_directories = [ |
join('tools', 'autoroller', 'unittests'), |
+ join('tools', 'py_event_log_analyzer'), |
] |
tests = [] |