From: Petr Rockai Date: Wed, 7 Apr 2010 16:04:22 +0000 (+0000) Subject: Set ulimit -c to unlimited to allow coredumps to be collected and analysed in X-Git-Tag: old-v2_02_63~59 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=acb04c003e0174befe3a2020a08d61f827ed2f79;p=lvm2.git Set ulimit -c to unlimited to allow coredumps to be collected and analysed in the testsuite. --- diff --git a/test/test-utils.sh b/test/test-utils.sh index eb309744e..a4824055b 100644 --- a/test/test-utils.sh +++ b/test/test-utils.sh @@ -377,6 +377,7 @@ EOF } prepare() { + ulimit -c unlimited prepare_testroot prepare_lvmconf prepare_clvmd