repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linuxKernel.packages.linux_6_12.evdi: add support for kernel >= 6.12 (#360378)
[NixPkgs.git]
/
nixos
/
tests
/
systemd-journal.nix
blob
ad60c0f547a41fa747b294169460ac6126afa5e1
1
import ./make-test-python.nix ({ pkgs, ... }:
2
3
{
4
name = "systemd-journal";
5
meta = with pkgs.lib.maintainers; {
6
maintainers = [ lewo ];
7
};
8
9
nodes.machine = { };
10
11
testScript = ''
12
machine.wait_for_unit("multi-user.target")
13
14
machine.succeed("journalctl --grep=systemd")
15
'';
16
})