From 75aea6e196f7b86a3cc97e05a559888087863751 Mon Sep 17 00:00:00 2001 From: Tran Van Ngoc Date: Tue, 2 Aug 2022 13:54:15 +0700 Subject: [PATCH] [Non-ACR] Update modified creating_auto_binary.sh file Change-Id: I2f66f428c5bec626eb2a12c5df4b2fb4bac5d806 --- tool/script/creating_auto_binary.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tool/script/creating_auto_binary.sh b/tool/script/creating_auto_binary.sh index 209bb3b..1ad390c 100755 --- a/tool/script/creating_auto_binary.sh +++ b/tool/script/creating_auto_binary.sh @@ -4,19 +4,19 @@ TCT_VERSION='7.0' # tct-common path # {repository_path}/tct-common -TCT_COMMON='/home/tizen/ShareFolder/tct-tool/tct-common/tct-common' +TCT_COMMON='/home/tizen/Desktop/Migration/TCT-tool/tct-common' # tct-mgr path # {repository_path}/tct-mgr -TCT_MGR='/home/tizen/ShareFolder/tct-tool/tct-mgr/tct-mgr' +TCT_MGR='/home/tizen/Desktop/Migration/TCT-tool/tct-common' # tct-shell path # {repository_path}/tct-shell -TCT_SHELL='/home/tizen/ShareFolder/tct-tool/tct-shell/tct-shell' +TCT_SHELL='/home/tizen/Desktop/Migration/TCT-tool/tct-common' # tct path # {repository_path}/api/release/chsarp-tct_7.0_dotnet -TCT_PATH='/home/tizen/ShareFolder/4.Fx_Win/TCT_7.0/api/release/csharp-tct_7.0_dotnet' +TCT_PATH='/home/tizen/Desktop/BinaryTCT/FX/Old/api/release/csharp-tct_7.0_dotnet' echo "Getting latest tct-common, tct-mgr & tct-shell in spin repository." cd $TCT_COMMON @@ -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