add tests for module and cli

This commit is contained in:
lassulus 2022-10-29 13:19:29 +02:00
parent f1531fb4f3
commit fec0b14fb5
14 changed files with 115 additions and 19 deletions

View file

@ -2,7 +2,7 @@
, makeDiskoTest ? (pkgs.callPackage ./lib.nix { }).makeDiskoTest
}:
makeDiskoTest {
disko-config = import ../example/simple-efi.nix;
disko-config = ../example/simple-efi.nix;
extraTestScript = ''
machine.succeed("mountpoint /");
'';