From 068f8299e2e0070acf9357f1408f511d858324b0 Mon Sep 17 00:00:00 2001 From: Nguyen Van Tan Date: Thu, 24 Sep 2020 16:32:03 +0700 Subject: [PATCH] [Non-ACR] Remove --exlude=tct-testconfig in tool/script/creating_auto_binary.sh file Change-Id: I2663c641ec77d265f3153effab52fd1da5c34f58 --- tool/script/creating_auto_binary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/script/creating_auto_binary.sh b/tool/script/creating_auto_binary.sh index 2c1dbad0b..52bbc816e 100755 --- a/tool/script/creating_auto_binary.sh +++ b/tool/script/creating_auto_binary.sh @@ -32,14 +32,14 @@ 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 --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/ rm -rf $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/resource/tinyweb/ echo "Updating tools folder" -rsync -avz --exclude=healthcheck.ini --exclude=manager $TCT_COMMON/tools/tct_$TCT_VERSION/tools/ $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/tools/ +rsync -avz --exclude=healthcheck.ini --exclude=manager $TCT_COMMON/tools/tct_"$TCT_VERSION"/tools/ $TCT_PATH/csharp-tct_"$TCT_VERSION"_dotnet/tools/ echo "Updating tct-tools_xxxx" sudo rm -rf $TCT_PATH/tct-tools_r4_rc1/* -- 2.34.1