[Pkg-libvirt-commits] [libguestfs] 154/266: v2v: Remove build path which inadvertently appeared in test data.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:55 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 4389702e5c96a894fe0d97666fc16c92c775d8d2
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Aug 21 19:28:41 2014 +0100

    v2v: Remove build path which inadvertently appeared in test data.
---
 v2v/test-v2v-print-source.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/v2v/test-v2v-print-source.sh b/v2v/test-v2v-print-source.sh
index b769dac..835b5f7 100755
--- a/v2v/test-v2v-print-source.sh
+++ b/v2v/test-v2v-print-source.sh
@@ -49,6 +49,7 @@ mv $d/output $d/output.orig
 < $d/output.orig \
 grep -v 'Opening the source' |
 grep -v 'Source guest information' |
+sed -e 's,/.*/,/,' |
 grep -v '^$' \
 > $d/output
 
@@ -60,7 +61,7 @@ hypervisor type: test
    CPU features: 
         display: 
 disks:
-	/home/rjones/d/libguestfs/tests/guests/windows.img (raw) [vda]
+	/windows.img (raw) [vda]
 removable media:
 NICs:" ]; then
     echo "$0: unexpected output from test:"

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