[Pkg-libvirt-commits] [libguestfs] 05/54: gobject: Don't direct error messages to /dev/null.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 9 11:21:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository libguestfs.

commit b8f4593824cf74bba1213d91cb14da265557f419
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Feb 13 15:01:51 2014 +0000

    gobject: Don't direct error messages to /dev/null.
    
    We might want to see them.
    
    (cherry picked from commit 23d6d53633fa9cd1c5cd03fbed3aa954d5da2661)
---
 gobject/run-live-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gobject/run-live-tests b/gobject/run-live-tests
index 2ab2ce4..2d93de2 100755
--- a/gobject/run-live-tests
+++ b/gobject/run-live-tests
@@ -23,4 +23,4 @@ if [ -z "$GJS" ]; then
   exit 77
 fi
 
-$GJS $srcdir/tests-misc.js 2>/dev/null
+$GJS $srcdir/tests-misc.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list