mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tests: include test names in passthru
Allow easily seeing what tests are involved in a chunk so you can identify tests -> chunks easily. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
53524d8b27
commit
0630790b31
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
pkgs.symlinkJoin {
|
||||
name = "test-chunk-${toString chunkNum}";
|
||||
paths = lib.attrValues chunkAttrs;
|
||||
passthru.tests = chunkTests;
|
||||
};
|
||||
in
|
||||
lib.listToAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue