diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 21:33:03 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-12-28 21:33:03 +0100 |
commit | c00b63fc4c642bec5be44577771170dc8b2ac5e0 (patch) | |
tree | bf3f2a338ecb5b8c76ea2d4c3f4639d5e926ffc6 | |
parent | c5e12d0fa598aaf3112b43e050d18e93d29903ee (diff) | |
download | debvm-c00b63fc4c642bec5be44577771170dc8b2ac5e0.tar.gz |
test: wait for qemu to terminate
-rwxr-xr-x | tests/create-and-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/create-and-run.sh b/tests/create-and-run.sh index 0425e63..aafd41d 100755 --- a/tests/create-and-run.sh +++ b/tests/create-and-run.sh @@ -33,3 +33,4 @@ for i in $(seq 30); do fi done ssh $sshopt -i ssh_id -p 2222 root@localhost poweroff +wait |