[Pkg-libvirt-commits] [libguestfs] 110/146: tests/lvm: Allow test-lvm-mapping.pl to be skipped.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:01:13 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 3d9dc3328afac6235f5ddace174c3c0ec90f2e26
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jan 17 14:24:35 2015 +0000

    tests/lvm: Allow test-lvm-mapping.pl to be skipped.
    
    (cherry picked from commit 5ab3a75e1dba7cacd45ff9a094bf27c517edd117)
---
 tests/lvm/test-lvm-mapping.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/lvm/test-lvm-mapping.pl b/tests/lvm/test-lvm-mapping.pl
index 79a5bdd..2509231 100755
--- a/tests/lvm/test-lvm-mapping.pl
+++ b/tests/lvm/test-lvm-mapping.pl
@@ -22,6 +22,8 @@ use warnings;
 
 use Sys::Guestfs;
 
+exit 77 if $ENV{SKIP_TEST_LVM_MAPPING_PL};
+
 my $g = Sys::Guestfs->new ();
 
 $g->add_drive_scratch (256 * 1024 * 1024);

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