mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
7877fe4368
commit
4ec639a1d9
2 changed files with 3 additions and 2 deletions
|
@ -812,7 +812,7 @@ in {
|
|||
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
|
||||
nginx-sso = runTest ./nginx-sso.nix;
|
||||
nginx-status-page = runTest ./nginx-status-page.nix;
|
||||
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
|
||||
nginx-tmpdir = runTest ./nginx-tmpdir.nix;
|
||||
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
|
||||
nginx-variants = handleTest ./nginx-variants.nix {};
|
||||
nifi = handleTestOn ["x86_64-linux"] ./web-apps/nifi.nix {};
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
let
|
||||
dst-dir = "/run/nginx-test-tmpdir-uploads";
|
||||
in
|
||||
import ./make-test-python.nix {
|
||||
{ ... }:
|
||||
{
|
||||
name = "nginx-tmpdir";
|
||||
|
||||
nodes.machine =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue