From 0c297de53c29bae1ca853f5a3c709a3531ac71be Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Mon, 12 Jan 2026 12:10:06 +0000 Subject: [PATCH] component-configuration-crypto: Changed cleanup order. Adjusted helper_block_cipher_no_decrypt_build_test to cleanup the directory after all the tests have been executed. Signed-off-by: Minos Galanakis --- tests/scripts/components-configuration-crypto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index e742d810c6..6d165a2bd6 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -2223,7 +2223,6 @@ helper_block_cipher_no_decrypt_build_test () { [ -n "$unset_opts" ] && echo "Disabling: $unset_opts" && scripts/config.py unset-all $unset_opts msg "build: default config + BLOCK_CIPHER_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldflags}" - $MAKE_COMMAND clean CFLAGS="-O2 $cflags" LDFLAGS="$ldflags" cmake . cmake --build . @@ -2241,6 +2240,7 @@ helper_block_cipher_no_decrypt_build_test () { msg "selftest: default config + BLOCK_CIPHER_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldflags}" programs/test/selftest + cmake --build . --target clean } # This is a configuration function used in component_test_block_cipher_no_decrypt_xxx: