Merge pull request #87632 from chkno/installer-test-machine-name-fix
nixos/tests/installer: Fix machine name
This commit is contained in:
commit
efe0051a9d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue