Merge commit 'refs/top-bases/linux-legacy' into linux-legacy

This commit is contained in:
Brian Behlendorf 2009-07-24 16:03:19 -07:00
commit f13165c8ff
1 changed files with 10 additions and 12 deletions

View File

@ -6,15 +6,13 @@ ZTEST=${top_builddir}/cmd/ztest/ztest
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
$(ZPIOS) -c file-raidz -t tiny
$(ZPIOS) -c file-raidz2 -t tiny
$(ZPIOS) -c lo-raid0 -t tiny
$(ZPIOS) -c lo-raid10 -t tiny
$(ZPIOS) -c lo-raidz -t tiny
$(ZPIOS) -c lo-raidz2 -t tiny
$(ZFS) -vu
@$(ZFS) -v
@echo
@echo -n "===================================="
@echo -n " ZTEST "
@echo "===================================="
@echo
@$(shell ulimit -c unlimited)
@$(ZTEST) -V
@echo
@$(ZFS) -vu