From 1e003ff764eb0974e7cf1dec123c613c6117fe8a Mon Sep 17 00:00:00 2001 From: Anh Vu Date: Wed, 27 Jul 2022 04:08:23 +0000 Subject: [PATCH] Revert "[Non-ACR] Update creating_auto_binary.sh as like 6.x version" This reverts commit fab91afdb29a85978886415a6d3b7f48404787aa. Change-Id: Ib91316d4bb692105d52243867ce313b105923931 --- 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 1d5a7c9..4065194 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 --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-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