Commit e8cfc5b7 authored by machenbach's avatar machenbach Committed by Commit bot

[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}
parent 07aea442
...@@ -193,7 +193,7 @@ class SourceFileProcessor(object): ...@@ -193,7 +193,7 @@ class SourceFileProcessor(object):
def IgnoreDir(self, name): def IgnoreDir(self, name):
return (name.startswith('.') or return (name.startswith('.') or
name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken', name in ('buildtools', 'data', 'gmock', 'gtest', 'kraken',
'octane', 'sunspider')) 'octane', 'sunspider', 'traces-arm64'))
def IgnoreFile(self, name): def IgnoreFile(self, name):
return name.startswith('.') return name.startswith('.')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment