about summary refs log tree commit diff
path: root/nixos/tests/logrotate.nix
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-09-24 00:16:10 +0000
committerGitHub2024-09-24 00:16:10 +0000
commitb6b063bdc265990fb87781682da974578b16443c (patch)
treebce72aa157c64696a2bf771800fb142c0dd09258 /nixos/tests/logrotate.nix
parent5b15a1f577931e4685cab06cdf782538e0e1deff (diff)
parentee35dc7c19dd00e4a122e36b24603687f6d04359 (diff)
Merge master into haskell-updates
Diffstat (limited to 'nixos/tests/logrotate.nix')
-rw-r--r--nixos/tests/logrotate.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/logrotate.nix b/nixos/tests/logrotate.nix
index f9c5e9060970..8d5887abec94 100644
--- a/nixos/tests/logrotate.nix
+++ b/nixos/tests/logrotate.nix
@@ -127,5 +127,7 @@ import ./make-test-python.nix ({ pkgs, ... }: rec {
           if info["ActiveState"] != "failed":
               raise Exception('logrotate-checkconf.service was not failed')
 
+      machine.log(machine.execute("systemd-analyze security logrotate.service | grep -v ✓")[1])
+
     '';
 })