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/create-and-run.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/create-and-run.sh')
-rwxr-xr-x | tests/create-and-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index 540e6c4..f978052 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -26,6 +26,6 @@ SSH_PORT=2222 timeout 240s debvm-run -s "$SSH_PORT" -i "$IMAGE" & set -- localhost test "$RELEASE" = jessie && set -- -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" -wait_ssh "$@" +debvm-waitssh -t 150 "$SSH_PORT" run_ssh "$@" poweroff wait |