mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
fa5141395f
commit
a186de0fa1
2 changed files with 4 additions and 3 deletions
|
@ -799,7 +799,7 @@ in {
|
|||
nghttpx = handleTest ./nghttpx.nix {};
|
||||
nginx = runTest ./nginx.nix;
|
||||
nginx-auth = runTest ./nginx-auth.nix;
|
||||
nginx-etag = handleTest ./nginx-etag.nix {};
|
||||
nginx-etag = runTest ./nginx-etag.nix;
|
||||
nginx-etag-compression = handleTest ./nginx-etag-compression.nix {};
|
||||
nginx-globalredirect = handleTest ./nginx-globalredirect.nix {};
|
||||
nginx-http3 = handleTest ./nginx-http3.nix {};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import ./make-test-python.nix {
|
||||
{ ... }:
|
||||
{
|
||||
name = "nginx-etag";
|
||||
|
||||
nodes = {
|
||||
|
@ -85,7 +86,7 @@ import ./make-test-python.nix {
|
|||
testScript =
|
||||
{ nodes, ... }:
|
||||
let
|
||||
inherit (nodes.server.config.system.build) toplevel;
|
||||
inherit (nodes.server.system.build) toplevel;
|
||||
newSystem = "${toplevel}/specialisation/pass-checks";
|
||||
in
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue