upgrades: run doctor check --all after each upgrade

This commit is contained in:
Twenty Panda 2024-03-17 18:12:41 +01:00
parent 21920b10d9
commit 6bb5e947fb
4 changed files with 13 additions and 0 deletions

View file

@ -36,6 +36,7 @@ function test_successful_upgrades() {
start $version
fixture_create
fixture_assert
doctor_run $version
for version in 1.19 1.20 1.21 $RELEASE_NUMBERS_AND_DEV ; do
stop
@ -43,6 +44,7 @@ function test_successful_upgrades() {
start $version
verify_storage
fixture_assert
doctor_run $version
done
done
}