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

Unified Diff: chrome/common/extensions/docs/server2/PRESUBMIT.py

Issue 10826295: Revert 151420 - Add documentation for filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
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(

Powered by Google App Engine
This is Rietveld 408576698