guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

173/376: Tweak


From: Ludovic Courtès
Subject: 173/376: Tweak
Date: Wed, 28 Jan 2015 22:04:49 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit a6a45bb722af5ac78f19d1927b9557ac69b881d9
Author: Eelco Dolstra <address@hidden>
Date:   Fri Sep 5 11:49:35 2014 +0200

    Tweak
---
 release.nix |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release.nix b/release.nix
index bc4c06a..3e74166 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]