From 6d12fa0a4a68fa547bd2a6ff6cb0ab47272708cc Mon Sep 17 00:00:00 2001 From: Tsyngaev Maxim Date: Wed, 10 Sep 2025 09:41:28 +0000 Subject: [PATCH 1/2] update static_core/scripts/sdk/build_sdk.sh. first commit with error Signed-off-by: Tsyngaev Maxim --- static_core/scripts/sdk/build_sdk.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static_core/scripts/sdk/build_sdk.sh b/static_core/scripts/sdk/build_sdk.sh index e87ef88fb3..43fcab59dd 100755 --- a/static_core/scripts/sdk/build_sdk.sh +++ b/static_core/scripts/sdk/build_sdk.sh @@ -47,6 +47,9 @@ BUILD_DIR=${BUILD_DIR:-"$SCRIPT_DIR"} source "$SCRIPT_DIR"/build_sdk_lib +echo "Exit with Error for testing purposes" +exit 1 + if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then print_help exit 0 -- Gitee From 31dad6203bbb86d6c85a08be1f824efc07df6694 Mon Sep 17 00:00:00 2001 From: Tsyngaev Maxim Date: Wed, 10 Sep 2025 09:42:44 +0000 Subject: [PATCH 2/2] update static_core/scripts/sdk/build_sdk.sh. Signed-off-by: Tsyngaev Maxim --- static_core/scripts/sdk/build_sdk.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static_core/scripts/sdk/build_sdk.sh b/static_core/scripts/sdk/build_sdk.sh index 43fcab59dd..3551908ffb 100755 --- a/static_core/scripts/sdk/build_sdk.sh +++ b/static_core/scripts/sdk/build_sdk.sh @@ -47,8 +47,7 @@ BUILD_DIR=${BUILD_DIR:-"$SCRIPT_DIR"} source "$SCRIPT_DIR"/build_sdk_lib -echo "Exit with Error for testing purposes" -exit 1 +echo "Without any error for testing purposes" if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then print_help -- Gitee