From 4c73fc89e9359ad7f7bb8aa2ef65271b325869d3 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Fri, 20 Dec 2024 14:21:35 +0000 Subject: [PATCH] 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 --- scripts/all-core.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/all-core.sh b/scripts/all-core.sh index 8777e1ca3..57bf8ffdc 100644 --- a/scripts/all-core.sh +++ b/scripts/all-core.sh @@ -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" } ################################################################