summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2020-05-11 15:41:18 -0700
committerChuck <chuck@intelligence.org>2020-05-11 15:41:18 -0700
commitf9091581e818d672aba513b9731f9ec9d681cf16 (patch)
treea7c8171f146cab1db97edb423e9a079062cf81f2 /nixos/tests/installer.nix
parentd4c2f1ab5d1fe5f39d8334547bd7e5eb7e68e568 (diff)
downloadnixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar.gz
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar.bz2
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar.lz
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar.xz
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.tar.zst
nixpkgs-f9091581e818d672aba513b9731f9ec9d681cf16.zip
nixos/tests/installer: Fix machine name
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 8d1bfa96d03..8443b69359b 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -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()