Revision: 21641
Author: [email protected]
Date: Tue Jun 3 13:38:35 2014 UTC
Log: Ignore buildtools directory in presubmit.py checks
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/314573004
http://code.google.com/p/v8/source/detail?r=21641
Modified:
/branches/bleeding_edge/tools/presubmit.py
=======================================
--- /branches/bleeding_edge/tools/presubmit.py Fri May 16 13:18:13 2014 UTC
+++ /branches/bleeding_edge/tools/presubmit.py Tue Jun 3 13:38:35 2014 UTC
@@ -201,7 +201,7 @@
def IgnoreDir(self, name):
return (name.startswith('.') or
- name in ('data', 'kraken', 'octane', 'sunspider'))
+ name in
('buildtools', 'data', 'kraken', 'octane', 'sunspider'))
def IgnoreFile(self, name):
return name.startswith('.')
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.