From 7bc3cdfd125cc102ab1b9a2c8f9e938669482eef Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 26 Feb 2026 19:35:07 +0100 Subject: [PATCH] Update paths after moving some scripts to the framework Signed-off-by: Gilles Peskine --- scripts/audit-validity-dates.py | 1 - tests/programs/metatest.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/audit-validity-dates.py b/scripts/audit-validity-dates.py index 3d0924602..f6520fd60 100755 --- a/scripts/audit-validity-dates.py +++ b/scripts/audit-validity-dates.py @@ -28,7 +28,6 @@ from cryptography import x509 from generate_test_code import FileWrapper -import scripts_path # pylint: disable=unused-import from mbedtls_framework import build_tree from mbedtls_framework import logging_util diff --git a/tests/programs/metatest.c b/tests/programs/metatest.c index 4345061e9..9f17f1882 100644 --- a/tests/programs/metatest.c +++ b/tests/programs/metatest.c @@ -16,7 +16,7 @@ * Asan or Valgrind to detect memory leaks. This is reflected by the * "platform" associated with each meta-test. * - * Use the companion script `tests/scripts/run-metatests.sh` to run all + * Use the companion script `framework/scripts/run-metatests.sh` to run all * the meta-tests for a given platform and validate that they trigger a * detected failure as expected. */