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