mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -61,6 +61,7 @@
|
||||
pkgs.symlinkJoin {
|
||||
name = "test-chunk-${toString chunkNum}";
|
||||
paths = lib.attrValues chunkAttrs;
|
||||
passthru.tests = chunkTests;
|
||||
};
|
||||
in
|
||||
lib.listToAttrs (
|
||||
|
||||
Reference in New Issue
Block a user