This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test test-utils.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-04-06 14:25:08

Modified files:
	test           : test-utils.sh 

Log message:
	Display PVs created during tests

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/test-utils.sh.diff?cvsroot=lvm2&r1=1.27&r2=1.28

--- LVM2/test/test-utils.sh	2010/03/31 22:18:17	1.27
+++ LVM2/test/test-utils.sh	2010/04/06 14:25:07	1.28
@@ -307,6 +307,7 @@
 prepare_vg() {
 	prepare_pvs "$@"
 	vgcreate -c n $vg $devs
+	pvs -v
 }
 
 prepare_lvmconf() {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]