mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #87632 from chkno/installer-test-machine-name-fix
nixos/tests/installer: Fix machine name
This commit is contained in:
commit
efe0051a9d
@ -97,7 +97,7 @@ let
|
||||
|
||||
|
||||
def create_machine_named(name):
|
||||
return create_machine({**default_flags, "name": "boot-after-install"})
|
||||
return create_machine({**default_flags, "name": name})
|
||||
|
||||
|
||||
machine.start()
|
||||
|
Loading…
Reference in New Issue
Block a user