nixos/jellyfin: tests: Log systemd-analyze output

This commit is contained in:
Jonathan Davies
2025-12-09 13:56:35 +00:00
parent 1847b7cd52
commit bde0dc3f07
+2
View File
@@ -154,5 +154,7 @@
if duration.strip() != "5.000000":
raise Exception("Downloaded video has wrong duration")
machine.log(machine.succeed("systemd-analyze security jellyfin.service | grep -v ''"))
'';
}