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 committed Apr 25, 2023
1 parent 11f9b69 commit fbc90bf
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 @@ -740,7 +740,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 fbc90bf

Please sign in to comment.