diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-11 19:58:23 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-11 19:58:23 +0100 |
commit | dc3527288d6f82ab60cfbe24efeb0961130901b7 (patch) | |
tree | 4df30b822078140cec3646421c71208a4646bc4a /tests/dist-upgrades.sh | |
parent | fe999e3cdb244bef2bd425918bc874b0018e94aa (diff) | |
parent | e7c2288400ee78c3ef8c7a92128287c1eff67811 (diff) | |
download | debvm-dc3527288d6f82ab60cfbe24efeb0961130901b7.tar.gz |
Merge branch main into skip
Resolve conflicts in the documentation of debvm-create.
Diffstat (limited to 'tests/dist-upgrades.sh')
-rwxr-xr-x | tests/dist-upgrades.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dist-upgrades.sh b/tests/dist-upgrades.sh index 85c9f4a..177712b 100755 --- a/tests/dist-upgrades.sh +++ b/tests/dist-upgrades.sh @@ -44,12 +44,12 @@ for RELEASE in stretch buster bullseye bookworm sid; do timeout 15m debvm-run -s "$SSH_PORT" & set -- localhost test "$RELEASE" = stretch && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" - wait_ssh "$@" + debvm-waitssh -t 150 "$SSH_PORT" run_ssh "$@" "upgrade $RELEASE" wait done timeout 5m debvm-run -s "$SSH_PORT" & -wait_ssh localhost +debvm-waitssh -t 150 "$SSH_PORT" run_ssh localhost poweroff wait |