Skip to content

Commit

Permalink
github: control test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Sep 14, 2023
1 parent 8c828af commit 7c09306
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions fluent-package/apt/systemd-test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ fi
set -eu

test_filenames=(
update-from-v4.sh
update-to-next-version.sh
update-to-next-version-with-backward-compat-for-v4.sh
)

if [ ! $vm = "debian-bookworm" ]; then
# As no bookworm package for v4, so execute upgrade test for other code name.
test_filenames+=(
update-from-v4.sh
update-to-next-version-with-backward-compat-for-v4.sh
)
fi

for apt_repo_type in local v5 lts; do
echo -e "\nRun test: $apt_repo_type\n"
vagrant up $vm
Expand Down

0 comments on commit 7c09306

Please sign in to comment.