Add ulimit -c unlimited before running ztest, to get a core dump.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Ricardo M. Correia 2009-07-24 10:58:55 -07:00 committed by Brian Behlendorf
parent 710c21f2e9
commit 08d148d418
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ZPIOS=${top_srcdir}/scripts/zpios.sh
check:
$(ZFS) -v
ulimit -c unlimited
$(ZTEST) -V
$(ZPIOS) -c file-raid0 -t tiny
$(ZPIOS) -c file-raid10 -t tiny