Merge pull request #193361 from hercules-ci/nixos-lib-runTest-return-test
lib.nixos.runTest: Return the test itself
This commit is contained in:
commit
52392d42c1
@ -10,7 +10,7 @@ in
|
|||||||
};
|
};
|
||||||
result = mkOption {
|
result = mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
default = config;
|
default = config.test;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user