Apply psa-arch-tests patch from test repo
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Change-Id: I44f7b4b4d60f5f82f3a990eeda607ac21090259c
diff --git a/run-build.sh b/run-build.sh
index 6aa8680..ffc533e 100755
--- a/run-build.sh
+++ b/run-build.sh
@@ -93,10 +93,10 @@
cd -
fi
-cnt=$(ls trusted-firmware-m/lib/ext/psa_arch_tests/*.patch 2> /dev/null | wc -l)
+cnt=$(ls tf-m-tests/lib/ext/psa_arch_tests/*.patch 2> /dev/null | wc -l)
if [ "$cnt" != "0" ] ; then
cd psa-arch-tests
- git apply ../trusted-firmware-m/lib/ext/psa_arch_tests/*.patch
+ git apply ../tf-m-tests/lib/ext/psa_arch_tests/*.patch
cd -
fi