From 993df666450ec1d36684e195b19afc66513281d7 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Tue, 10 Dec 2024 15:22:34 +0000 Subject: [PATCH] Adjust paths Signed-off-by: Elena Uziunaite --- tests/scripts/check-generated-files.sh | 2 +- tests/scripts/components-basic-checks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/check-generated-files.sh b/tests/scripts/check-generated-files.sh index 6844a0c43a..b61c5ac172 100755 --- a/tests/scripts/check-generated-files.sh +++ b/tests/scripts/check-generated-files.sh @@ -111,7 +111,7 @@ check() } # Note: if the format of calls to the "check" function changes, update -# scripts/code_style.py accordingly. For generated C source files (*.h or *.c), +# framework/scripts/code_style.py accordingly. For generated C source files (*.h or *.c), # the format must be "check SCRIPT FILENAME...". For other source files, # any shell syntax is permitted (including e.g. command substitution). diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 7b60b49ca4..54275aca06 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -137,7 +137,7 @@ component_check_doxygen_warnings () { component_check_code_style () { msg "Check C code style" - ./scripts/code_style.py + ./framework/scripts/code_style.py } support_check_code_style () {