@@ -811,7 +811,7 @@ in {
|
|||||||
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
|
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
|
||||||
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
|
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
|
||||||
nginx-sso = runTest ./nginx-sso.nix;
|
nginx-sso = runTest ./nginx-sso.nix;
|
||||||
nginx-status-page = handleTest ./nginx-status-page.nix {};
|
nginx-status-page = runTest ./nginx-status-page.nix;
|
||||||
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
|
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
|
||||||
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
|
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
|
||||||
nginx-variants = handleTest ./nginx-variants.nix {};
|
nginx-variants = handleTest ./nginx-variants.nix {};
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "nginx-status-page";
|
name = "nginx-status-page";
|
||||||
@@ -78,4 +77,3 @@ import ./make-test-python.nix (
|
|||||||
expect_http_code(client, "200", "http://10.0.0.1/index.html")
|
expect_http_code(client, "200", "http://10.0.0.1/index.html")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user