From 73f7ddfb4c4cd3f81a98af00181f084ecec64473 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 28 Feb 2022 18:45:32 +0800 Subject: [PATCH] Hotfix/sangshuduo/td 13440 add taos benchmark back (#10450) * [TD-13440]: move taosBenchmark back in TDengine package * update taos-tools * remove TDinsight.sh too to void failure on second install * cherry pick with 2.4 branch * [TD-13440]: make taosdump/TDinsight be included again. --- packaging/tools/makepkg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/tools/makepkg.sh b/packaging/tools/makepkg.sh index 5bcf3d8295..bce558ad98 100755 --- a/packaging/tools/makepkg.sh +++ b/packaging/tools/makepkg.sh @@ -63,11 +63,14 @@ else || echo "failed to download TDinsight.sh" taostools_bin_files=" ${build_dir}/bin/taosdump \ + ${build_dir}/bin/taosBenchmark \ ${build_dir}/bin/TDinsight.sh " bin_files="${build_dir}/bin/${serverName} \ ${build_dir}/bin/${clientName} \ ${build_dir}/bin/taosBenchmark \ + ${build_dir}/bin/taosdump \ + ${build_dir}/bin/TDinsight.sh \ ${taostools_bin_files} \ ${build_dir}/bin/taosadapter \ ${build_dir}/bin/tarbitrator\ -- GitLab