1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 09:20:58 +03:00

Virtualbox: 7.0.22 -> 7.1.4 (Qt6 support) (#353857)

This commit is contained in:
Sandro 2024-12-18 22:30:03 +01:00 committed by GitHub
commit d9c37ce201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 59 additions and 94 deletions

View file

@ -446,7 +446,7 @@ in mapAttrs (mkVBoxTest {} vboxVMs) {
create_vm_simple()
machine.succeed(ru("VirtualBox >&2 &"))
machine.wait_until_succeeds(ru("xprop -name 'Oracle VM VirtualBox Manager'"))
machine.wait_until_succeeds(ru("xprop -name 'Oracle VirtualBox Manager'"))
machine.sleep(5)
machine.screenshot("gui_manager_started")
send_vm_startup()