From 63e24a1983d95a105cdde8f23bdc3c6892a23fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Thu, 26 Oct 2023 11:57:11 +0200 Subject: [PATCH] Extend scs-compliance-check.py to accept new keyword 'classification' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Büchse --- Tests/scs-compliance-check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/scs-compliance-check.py b/Tests/scs-compliance-check.py index 8f00ffdb2..9d1d6fc46 100755 --- a/Tests/scs-compliance-check.py +++ b/Tests/scs-compliance-check.py @@ -250,7 +250,7 @@ def main(argv): print(f"... returned {error} errors") chkidx += 1 for kwd in check: - if kwd not in ('executable', 'args', 'condition'): + if kwd not in ('executable', 'args', 'condition', 'classification'): print(f"ERROR in spec: check_tools.{kwd} is an unknown keyword", file=sys.stderr) for kwd in standard: