From e8f37893124dca94569a7b0edf9a338d9623e7ea Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Fri, 24 Nov 2023 11:41:23 +0000 Subject: [PATCH] Revert change that removed in_tf_psa_crypto_repo variable Signed-off-by: Thomas Daubney --- tests/scripts/test_psa_compliance.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/test_psa_compliance.py b/tests/scripts/test_psa_compliance.py index e2ccea3de7..034949bc6b 100755 --- a/tests/scripts/test_psa_compliance.py +++ b/tests/scripts/test_psa_compliance.py @@ -48,6 +48,8 @@ PSA_ARCH_TESTS_REF = 'fix-pr-5736' def main(library_build_dir: str): root_dir = os.getcwd() + in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir) + crypto_name = build_tree.project_crypto_name(root_dir) library_subdir = build_tree.crypto_core_directory(root_dir)