guix-commits
[Top][All Lists]
Advanced

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

03/05: tests: Silence guix-daemon.


From: Mathieu Lirzin
Subject: 03/05: tests: Silence guix-daemon.
Date: Wed, 23 Mar 2016 23:11:39 +0000

mthl pushed a commit to branch wip-check
in repository guix.

commit 59e131ec721fc5a38189288edef6b9d8e4dfb4bb
Author: Mathieu Lirzin <address@hidden>
Date:   Tue Mar 22 21:05:23 2016 +0100

    tests: Silence guix-daemon.
    
    * test-env.in: Redirect guix-daemon standard error to /dev/null.
---
 test-env.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test-env.in b/test-env.in
index 799a622..040175a 100644
--- a/test-env.in
+++ b/test-env.in
@@ -2,6 +2,7 @@
 
 # GNU Guix --- Functional package management for GNU
 # Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+# Copyright © 2016 Mathieu Lirzin <address@hidden>
 #
 # This file is part of GNU Guix.
 #
@@ -96,7 +97,7 @@ then
     # unavailable, for instance if we're not running as root.
     "@abs_top_builddir@/pre-inst-env"                          \
        "@abs_top_builddir@/guix-daemon" --disable-chroot       \
-       --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" &
+       --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" 2>/dev/null &
 
     daemon_pid=$!
     trap "kill $daemon_pid ; rm -rf $NIX_STATE_DIR" EXIT



reply via email to

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