mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
4db241dede
commit
22356f510d
2 changed files with 121 additions and 124 deletions
|
@ -740,7 +740,7 @@ in
|
||||||
localsend = handleTest ./localsend.nix { };
|
localsend = handleTest ./localsend.nix { };
|
||||||
locate = handleTest ./locate.nix { };
|
locate = handleTest ./locate.nix { };
|
||||||
login = handleTest ./login.nix { };
|
login = handleTest ./login.nix { };
|
||||||
logrotate = handleTest ./logrotate.nix { };
|
logrotate = runTest ./logrotate.nix;
|
||||||
loki = handleTest ./loki.nix { };
|
loki = handleTest ./loki.nix { };
|
||||||
luks = handleTest ./luks.nix { };
|
luks = handleTest ./luks.nix { };
|
||||||
lvm2 = handleTest ./lvm2 { };
|
lvm2 = handleTest ./lvm2 { };
|
||||||
|
|
|
@ -10,10 +10,8 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
{ pkgs, ... }:
|
||||||
import ./make-test-python.nix (
|
{
|
||||||
{ pkgs, ... }:
|
|
||||||
rec {
|
|
||||||
name = "logrotate";
|
name = "logrotate";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ martinetd ];
|
maintainers = [ martinetd ];
|
||||||
|
@ -142,5 +140,4 @@ import ./make-test-python.nix (
|
||||||
machine.log(machine.execute("systemd-analyze security logrotate.service | grep -v ✓")[1])
|
machine.log(machine.execute("systemd-analyze security logrotate.service | grep -v ✓")[1])
|
||||||
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue