mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
systemd: add journal tests to passthru.tests
This commit is contained in:
parent
dadb93b425
commit
7112490cb7
@ -777,7 +777,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
|
||||
|
||||
tests = {
|
||||
inherit (nixosTests) switchTest;
|
||||
inherit (nixosTests)
|
||||
switchTest
|
||||
systemd-journal
|
||||
systemd-journal-gateway
|
||||
systemd-journal-upload;
|
||||
cross = pkgsCross.${if stdenv.buildPlatform.isAarch64 then "gnu64" else "aarch64-multiplatform"}.systemd;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user