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

@ -5,7 +5,8 @@
}:
{
makeDiskoTest =
{ disko-config
{ name
, disko-config
, extraTestScript ? ""
, bootCommands ? ""
, extraConfig ? { }
@ -70,7 +71,7 @@
}).config.system.build.toplevel;
in
makeTest' {
name = "disko";
name = "disko-${name}";
inherit enableOCR;
nodes.machine = { config, pkgs, modulesPath, ... }: {