mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 09:25:08 +01:00
tests: add test names
This commit is contained in:
parent
d0d62973a0
commit
1dd1ca3b51
21 changed files with 23 additions and 2 deletions
|
|
@ -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, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue