From 903c5d4df9b8175e70b4ad3d74525b09626f5b7d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 13 Oct 2013 22:36:04 +0200 Subject: Test nixos-option --- nixos/tests/installer.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/tests') diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 6e06b544d258..bebd6c04374b 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -174,6 +174,11 @@ let $machine->succeed("nixos-rebuild switch >&2"); + # Test nixos-option. + $machine->succeed("nixos-option boot.initrd.kernelModules | grep virtio_console"); + $machine->succeed("nixos-option -d boot.initrd.kernelModules | grep 'List of modules'"); + $machine->succeed("nixos-option -l boot.initrd.kernelModules | grep /etc/nixos/configuration.nix"); + $machine->shutdown; # And just to be sure, check that the machine still boots after -- cgit 1.4.1