[Pkg-libvirt-commits] [libguestfs] 210/233: gobject: Don't direct error messages to /dev/null.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:12:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 23d6d53633fa9cd1c5cd03fbed3aa954d5da2661
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.
---
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