From fab91afdb29a85978886415a6d3b7f48404787aa Mon Sep 17 00:00:00 2001 From: "anh.vn" Date: Mon, 25 Jul 2022 11:14:56 +0700 Subject: [PATCH] [Non-ACR] Update creating_auto_binary.sh as like 6.x version Change-Id: Ia4752cc8c91e36a32e2b62c7eb073e2899d84aab --- tool/script/creating_auto_binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/script/creating_auto_binary.sh b/tool/script/creating_auto_binary.sh index 4065194..1d5a7c9 100755 --- a/tool/script/creating_auto_binary.sh +++ b/tool/script/creating_auto_binary.sh @@ -32,7 +32,7 @@ git reset --hard git pull echo "Updating resource folder" -rsync -avz --exclude=tct-testconfig-3.0.zip $TCT_COMMON/tools/tct_"$TCT_VERSION"/resource/ $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/resource/ +rsync -avz --exclude=tct-testconfig --exclude=tct-testconfig-3.0.zip $TCT_COMMON/tools/tct_"$TCT_VERSION"/resource/ $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/resource/ # remove tizen-web-ui-fw and tinyweb folder rm -rf $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/resource/tizen-web-ui-fw/ -- 2.7.4