From a6a45bb722af5ac78f19d1927b9557ac69b881d9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Sep 2014 11:49:35 +0200 Subject: Tweak --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index bc4c06a0b792..3e741660ccfe 100644 --- a/release.nix +++ b/release.nix @@ -214,11 +214,11 @@ let # System tests. tests.remote_builds = (import ./tests/remote-builds.nix rec { nix = build.x86_64-linux; system = "x86_64-linux"; - }).test; + }); tests.nix_copy_closure = (import ./tests/nix-copy-closure.nix rec { nix = build.x86_64-linux; system = "x86_64-linux"; - }).test; + }); # Aggregate job containing the release-critical jobs. -- cgit 1.4.1