[test] Fix presubmit for new dependency
TBR=martyn.capewell@arm.com NOTRY=true Review-Url: https://codereview.chromium.org/2818563005 Cr-Commit-Position: refs/heads/master@{#44654}
This commit is contained in:
parent
07aea4421b
commit
e8cfc5b7ca
@ -193,7 +193,7 @@ class SourceFileProcessor(object):
|
||||
def IgnoreDir(self, name):
|
||||
return (name.startswith('.') or
|
||||
name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
|
||||
'octane', 'sunspider'))
|
||||
'octane', 'sunspider', 'traces-arm64'))
|
||||
|
||||
def IgnoreFile(self, name):
|
||||
return name.startswith('.')
|
||||
|
Loading…
Reference in New Issue
Block a user