Skip to content

Commit

Permalink
systemd: add journal tests to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson authored and RaitoBezarius committed Dec 9, 2023
1 parent dadb93b commit 7112490
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
Expand Down

0 comments on commit 7112490

Please sign in to comment.