Skip to content

Commit

Permalink
Remove debug comments
Browse files Browse the repository at this point in the history
This commit removes debug comments from all-core.sh used to identify
tf-psa-crypto build directory.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
  • Loading branch information
Harry-Ramsey committed Nov 12, 2024
1 parent 9c42305 commit ba66691
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/scripts/all-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1000,13 +1000,11 @@ 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"
echo "In temp directory"
}
cleanup_tf_psa_crypto_out_of_source_directory () {
cd "$TF_PSA_CRYPTO_ROOT_DIR"
rm -rf "$OUT_OF_SOURCE_DIR"
echo "Cleaned temp directory"
}
################################################################
Expand Down

0 comments on commit ba66691

Please sign in to comment.