From ae29f007fb7996fa5b93239dadf5720d6c447e62 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Tue, 10 Dec 2024 17:31:34 +0900 Subject: [PATCH] system-test: clean up a code where it install v4 package Signed-off-by: Shizuo Fujita --- fluent-package/yum/systemd-test/update-from-v4.sh | 2 -- .../update-to-next-version-with-backward-compat-for-v4.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/fluent-package/yum/systemd-test/update-from-v4.sh b/fluent-package/yum/systemd-test/update-from-v4.sh index e76976021..6e4e141b5 100755 --- a/fluent-package/yum/systemd-test/update-from-v4.sh +++ b/fluent-package/yum/systemd-test/update-from-v4.sh @@ -14,8 +14,6 @@ case ${distribution} in curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh ;; esac -sudo $DNF update -y -sudo $DNF install -y td-agent-${td_agent_version}-1.*.x86_64 sudo systemctl enable --now td-agent systemctl status --no-pager td-agent diff --git a/fluent-package/yum/systemd-test/update-to-next-version-with-backward-compat-for-v4.sh b/fluent-package/yum/systemd-test/update-to-next-version-with-backward-compat-for-v4.sh index 128fc219b..c4195880e 100755 --- a/fluent-package/yum/systemd-test/update-to-next-version-with-backward-compat-for-v4.sh +++ b/fluent-package/yum/systemd-test/update-to-next-version-with-backward-compat-for-v4.sh @@ -14,8 +14,6 @@ case ${distribution} in curl -fsSL https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh ;; esac -sudo $DNF update -y -sudo $DNF install -y td-agent-${td_agent_version}-1.*.x86_64 sudo systemctl enable --now td-agent systemctl status --no-pager td-agent