nginx: Add all the nginx tests to passthru.tests
This commit is contained in:
parent
06dee38345
commit
1ef95a8c5f
1 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,10 @@ stdenv.mkDerivation {
|
|||
|
||||
passthru = {
|
||||
modules = modules;
|
||||
tests.nginx = nixosTests.nginx;
|
||||
tests = {
|
||||
inherit (nixosTests) nginx nginx-auth nginx-etag nginx-pubhtml nginx-sandbox nginx-sso;
|
||||
variants = lib.recurseIntoAttrs nixosTests.nginx-variants;
|
||||
};
|
||||
};
|
||||
|
||||
meta = if meta != null then meta else {
|
||||
|
|
Loading…
Reference in a new issue