From 1d9ab273bad34b004dfcfd486273d0df5fed1eca Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 29 May 2017 14:19:11 +0200 Subject: Add test for setuid seccomp filter --- release.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 1e854a075f6d..ec6bda995771 100644 --- a/release.nix +++ b/release.nix @@ -219,6 +219,11 @@ let nix = build.x86_64-linux; system = "x86_64-linux"; }); + tests.setuid = pkgs.lib.genAttrs (pkgs.lib.filter (pkgs.lib.hasSuffix "-linux") systems) (system: + import ./tests/setuid.nix rec { + nix = build.${system}; inherit system; + }); + tests.binaryTarball = with import { system = "x86_64-linux"; }; vmTools.runInLinuxImage (runCommand "nix-binary-tarball-test" -- cgit 1.4.1