mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-14 20:20:33 +05:00
parent
95dad50dcb
commit
23d06c9665
@ -249,5 +249,12 @@ import <nixpkgs/nixos/tests/make-test.nix> {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
subtest "no warnings or errors", sub {
|
||||||
|
$server->fail("journalctl -u postfix | grep -i error");
|
||||||
|
$server->fail("journalctl -u postfix | grep -i warning");
|
||||||
|
$server->fail("journalctl -u dovecot2 | grep -i error");
|
||||||
|
$server->fail("journalctl -u dovecot2 | grep -i warning");
|
||||||
|
};
|
||||||
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user