summaryrefslogtreecommitdiff
path: root/tests/create-and-run.sh
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-11 19:58:23 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-11 19:58:23 +0100
commitdc3527288d6f82ab60cfbe24efeb0961130901b7 (patch)
tree4df30b822078140cec3646421c71208a4646bc4a /tests/create-and-run.sh
parentfe999e3cdb244bef2bd425918bc874b0018e94aa (diff)
parente7c2288400ee78c3ef8c7a92128287c1eff67811 (diff)
downloaddebvm-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-xtests/create-and-run.sh2
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