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:
parent
710c21f2e9
commit
08d148d418
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue