Update paths after moving some scripts to the framework

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-03-09 10:50:57 +01:00
parent 72215295d8
commit 7bc3cdfd12
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
+1 -1
View File
@@ -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.
*/