diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-04-06 10:08:34 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-04-06 17:44:08 +0200 |
commit | 5f22a836f2c3330d9f2c3707167096e1e3ece31f (patch) | |
tree | de96588d0b93f9f9106d1881001ff049ba05496c /tests/create-and-run.sh | |
parent | 6f2a356ca10ab97ed257097996593d707eca9bd7 (diff) | |
download | debvm-5f22a836f2c3330d9f2c3707167096e1e3ece31f.tar.gz |
salsa-ci: add basic tests for debefivm-*
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 1d0a56d..fab04bc 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -69,4 +69,4 @@ debvm-waitssh -t 540 "$SSH_PORT" run_ssh "$@" poweroff wait -"$(dirname "$0")/shell_interaction.expect" -- -i "$IMAGE" +"$(dirname "$0")/shell_interaction.expect" -- debvm-run -i "$IMAGE" |