]> sourceware.org Git - lvm2.git/commitdiff
Set ulimit -c to unlimited to allow coredumps to be collected and analysed in
authorPetr Rockai <prokai@redhat.com>
Wed, 7 Apr 2010 16:04:22 +0000 (16:04 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 7 Apr 2010 16:04:22 +0000 (16:04 +0000)
the testsuite.

test/test-utils.sh

index eb309744e30443470fc284d0a8d83a3aebd9e826..a4824055b691f80db2a97f6ba364597b7bce8515 100644 (file)
@@ -377,6 +377,7 @@ EOF
 }
 
 prepare() {
+       ulimit -c unlimited
        prepare_testroot
        prepare_lvmconf
        prepare_clvmd
This page took 0.035439 seconds and 5 git commands to generate.