[Pkg-libvirt-commits] [libguestfs] 160/233: make-fs: Run virt-make-fs in test from builddir, not srcdir.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:11:55 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 f5bc913434e5f895c52037231e1b018c57f01949
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Jan 29 08:00:30 2014 +0000

    make-fs: Run virt-make-fs in test from builddir, not srcdir.
---
 make-fs/test-virt-make-fs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-fs/test-virt-make-fs.sh b/make-fs/test-virt-make-fs.sh
index 140b68a..f48b407 100755
--- a/make-fs/test-virt-make-fs.sh
+++ b/make-fs/test-virt-make-fs.sh
@@ -94,6 +94,6 @@ dd if=/dev/zero of=test.file bs=1024 count=$tarsize
 tar -c -f test.tar test.file
 rm test.file
 
-$srcdir/virt-make-fs $params -- test.tar output.img
+./virt-make-fs $params -- test.tar output.img
 
 rm test.tar output.img

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