Merge pull request #193361 from hercules-ci/nixos-lib-runTest-return-test

lib.nixos.runTest: Return the test itself

authored by

Robert Hensing and committed by
GitHub
52392d42 91d7e09d

+1 -1
+1 -1
nixos/lib/testing/call-test.nix
··· 10 }; 11 result = mkOption { 12 internal = true; 13 - default = config; 14 }; 15 }; 16 }
··· 10 }; 11 result = mkOption { 12 internal = true; 13 + default = config.test; 14 }; 15 }; 16 }