Index: chrome/common/extensions/docs/server2/PRESUBMIT.py |
=================================================================== |
--- chrome/common/extensions/docs/server2/PRESUBMIT.py (revision 151420) |
+++ chrome/common/extensions/docs/server2/PRESUBMIT.py (working copy) |
@@ -16,8 +16,7 @@ |
build_server.main() |
sys.path.pop(0) |
-# TODO(kalman): Include integration_test.py again. |
-WHITELIST = [ r'^[^i].+_test.py$' ] |
+WHITELIST = [ r'.+_test.py$' ] |
def CheckChangeOnUpload(input_api, output_api): |
return input_api.canned_checks.RunUnitTestsInDirectory( |