[Pkg-libvirt-commits] [libguestfs] 28/179: Revert "log: tests: fix appending the virt-log output"

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:01 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 371744bc59a25feeafa308b1aa9b9c9c0d2a0099
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Oct 8 12:40:32 2014 +0100

    Revert "log: tests: fix appending the virt-log output"
    
    This reverts commit cfe2daabb2c146c96b1c291a97f08e58cfcdfd2a.
    
    The pipe hides the return code from virt-log or valgrind.
---
 cat/test-virt-log.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cat/test-virt-log.sh b/cat/test-virt-log.sh
index e04150d..d4fa0ed 100755
--- a/cat/test-virt-log.sh
+++ b/cat/test-virt-log.sh
@@ -45,6 +45,6 @@ for f in ../tests/guests/{fedora,debian,ubuntu}.img; do
         echo
         continue
     fi
-    $VG virt-log -a "$f" |& cat
+    $VG virt-log -a "$f"
     echo
 done

-- 
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