mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
qemu doesn't return immediately
This commit is contained in:
parent
c77decc5f7
commit
d8ea343a69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -181,5 +181,5 @@ jobs:
|
|||
|
||||
- name: Start a VM
|
||||
run: |
|
||||
qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -display none -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait
|
||||
qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -display none -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait &
|
||||
timeout 1m nc localhost 4321
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue