diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-03 12:04:00 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-03 12:11:25 +0100 |
commit | 130f3bbf71a9ce28925dd27c05b6887870fb3a0f (patch) | |
tree | 474d67664956f79e3f72ec1b57bd0b898ca457b8 /tests/create-and-run.sh | |
parent | 84cc5e4258ce543e72d082565e167cf71a25f5cc (diff) | |
download | debvm-130f3bbf71a9ce28925dd27c05b6887870fb3a0f.tar.gz |
add a debvm-waitssh utility
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..4ec07eb 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 "$SSH_PORT" run_ssh "$@" poweroff wait |