[lvm-devel] LVM2/test/lib aux.sh

agk at sourceware.org agk at sourceware.org
Wed Jun 29 17:37:32 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-06-29 17:37:30

Modified files:
	test/lib       : aux.sh 

Log message:
	print any loop devs that weren't torn down

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/lib/aux.sh.diff?cvsroot=lvm2&r1=1.16&r2=1.17

--- LVM2/test/lib/aux.sh	2011/06/29 17:33:39	1.16
+++ LVM2/test/lib/aux.sh	2011/06/29 17:37:30	1.17
@@ -89,6 +89,9 @@
 
 	# Delete any remaining dm/udev semaphores
 	dmsetup udevcomplete_all -y
+
+	# Display any loop devices that failed to get torn down
+	losetup -a
 }
 
 teardown() {




More information about the lvm-devel mailing list