mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-07 05:58:00 +03:00
Jim Meyering
6c1d30b737
Run tests with LVM_SYSTEM_DIR pointing to private root and /dev dirs.
This makes the tests more reproducible and helps isolate them from any existing LVM set-up. * test/Makefile.in (abs_builddir): Define. (init.sh): Emit definition of abs_builddir. * test/lvm-utils.sh (unsafe_losetup_): Keep only the portable, iterative approach. (dmsetup_has_dm_devdir_support_): New function. (init_root_dir_): New function. Invoke init_root_dir_ for all but the first test. * test/test-lib.sh (this_test_): Adapt to test-name change. Invoke lvm-utils.sh much later (after tmpdir creation), and only if the current test is not being skipped. Remove useless abs_top_srcdir definition. Rename t0->test_dir_rand_. * test/t-lvcreate-pvtags.sh: Skip this test if the available version of dmsetup is not new enough. Use global, $G_dev_, rather than hard-coded "/dev". * test/t-lvcreate-usage.sh: Make --verbose output more useful. Author: Jim Meyering <jim@meyering.net> Committer: Jim Meyering <meyering@redhat.com>
This directory contains LVM2, the new version of the userland LVM tools designed for the new device-mapper for the Linux kernel. The device-mapper needs to be installed before compiling these LVM2 tools. For more information about LVM2 read the WHATS_NEW file. Installation instructions are in INSTALL. There is no warranty - see COPYING and COPYING.LIB. Tarballs are available from: ftp://sources.redhat.com/pub/lvm2/ ftp://sources.redhat.com/pub/dm/ To access the CVS tree use: cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login CVS password: cvs cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 co LVM2 Mailing list for discussion/bug reports etc. linux-lvm@redhat.com Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm
Description
Languages
C
75.6%
Shell
18.7%
Python
2.9%
M4
0.9%
Makefile
0.8%
Other
1%