clone.sh: Do not parse psa arch tests version from CMake
With TF-M split build feature, psa arch tests version is no more
specified in CMake configs. So do not parse it from CMake any more.
Using the one fixed by Jenkins configs is good enough.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib649783198402836b442cc28acb93332a24c120b
diff --git a/clone.sh b/clone.sh
index bf8b631..8b2c060 100755
--- a/clone.sh
+++ b/clone.sh
@@ -114,7 +114,7 @@
MCUBOOT_NAME="mcuboot"
PSA_ARCH_TESTS_PROJECT="${PSA_ARCH_TESTS_URL:-}"
-PSA_ARCH_TESTS_REFSPEC="${PSA_ARCH_TESTS_VERSION:-"$(parse_version config/config_base.cmake PSA_ARCH_TESTS_VERSION)"}"
+PSA_ARCH_TESTS_REFSPEC="${PSA_ARCH_TESTS_VERSION:-}"
PSA_ARCH_TESTS_NAME="psa-arch-tests"
QCBOR_PROJECT="${QCBOR_URL:-}"