commit | 75da31316620d890666f927a7d3443b45a7b97e7 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed Jan 17 09:59:10 2024 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Thu Feb 29 14:11:16 2024 +0000 |
tree | 10d094b518903dbfb08db4db62f0b92341f83e20 | |
parent | 8470d114e2144480c05e20463d3ff5f74a95b5da [diff] [blame] |
Pacify check_files Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/scripts/check_files.py b/tests/scripts/check_files.py index a2a9dfa..837905e 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py
@@ -172,6 +172,8 @@ b'sh': 'sh', } + path_exemptions = re.compile(r'tests/scripts/quiet/.*') + def is_valid_shebang(self, first_line, filepath): m = re.match(self._shebang_re, first_line) if not m: