tests: add test names

This commit is contained in:
Lily Foster 2023-02-21 11:19:39 -05:00
parent d0d62973a0
commit 1dd1ca3b51
No known key found for this signature in database
GPG key ID: 49340081E484C893
21 changed files with 23 additions and 2 deletions

View file

@ -2,6 +2,7 @@
, makeDiskoTest ? (pkgs.callPackage ./lib.nix { }).makeDiskoTest
}:
makeDiskoTest {
name = "cli";
disko-config = ../example/complex.nix;
extraConfig = {
fileSystems."/zfs_legacy_fs".options = [ "nofail" ]; # TODO find out why we need this!