Revert changing directory to out of source dir

This commit reverts changing the directory to the out of source
directory, enabling tests which require source code to run. Tests that
require building TF-PSA-Crypto will have to change directory to
OUT_OF_SOURCE_DIR.

Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
Harry Ramsey
2024-12-24 14:25:03 +00:00
parent 9794a45d2b
commit 4c73fc89e9
-1
View File
@@ -1002,7 +1002,6 @@ run_component () {
pre_create_tf_psa_crypto_out_of_source_directory () {
rm -rf "$OUT_OF_SOURCE_DIR"
mkdir "$OUT_OF_SOURCE_DIR"
cd "$OUT_OF_SOURCE_DIR"
}
################################################################