[lvm-devel] LVM2/test test-utils.sh

mornfall at sourceware.org mornfall at sourceware.org
Wed Apr 7 16:04:23 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall at sourceware.org	2010-04-07 16:04:23

Modified files:
	test           : test-utils.sh 

Log message:
	Set ulimit -c to unlimited to allow coredumps to be collected and analysed in
	the testsuite.

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

--- LVM2/test/test-utils.sh	2010/04/07 14:46:27	1.30
+++ LVM2/test/test-utils.sh	2010/04/07 16:04:22	1.31
@@ -377,6 +377,7 @@
 }
 
 prepare() {
+	ulimit -c unlimited
 	prepare_testroot
 	prepare_lvmconf
 	prepare_clvmd




More information about the lvm-devel mailing list