commit | 5c745fa7dae42759d2e0d095d4a2edb21784de14 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed Jan 17 09:59:10 2024 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Wed Jan 17 15:27:05 2024 +0000 |
tree | 16bdda3ec19833de40cc02c43a0d578469075add | |
parent | 5f8e2a2b5faca5790bc06aefc21ea0d50d9bbee2 [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 65fbc9f..4483f55 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py
@@ -173,6 +173,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: