nginx: Add all the nginx tests to passthru.tests

This commit is contained in:
talyz 2021-04-14 16:39:35 +02:00
parent 06dee38345
commit 1ef95a8c5f
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -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 {