diff --git a/tests/scripts/check-generated-files.sh b/tests/scripts/check-generated-files.sh index 3b186d68a6..8cc341d177 100755 --- a/tests/scripts/check-generated-files.sh +++ b/tests/scripts/check-generated-files.sh @@ -125,7 +125,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 e9bfe5c15c..fa9e99bd96 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -140,7 +140,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 () {