summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in33
1 files changed, 22 insertions, 11 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index a6ab49ef3..f4f28777e 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -519,17 +519,28 @@ uninstall-info: uninstall-info-recursive
check:
- $(ZFS) -v
- $(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
+ @$(ZTEST) -V
+ @echo
+ @echo -n "===================================="
+ @echo -n " ZPIOS "
+ @echo "===================================="
+ @echo
+ @$(ZPIOS) -c file-raid0 -t tiny
+ @$(ZPIOS) -c file-raid10 -t tiny | tail -1
+ @$(ZPIOS) -c file-raidz -t tiny | tail -1
+ @$(ZPIOS) -c file-raidz2 -t tiny | tail -1
+ @$(ZPIOS) -c lo-raid0 -t tiny | tail -1
+ @$(ZPIOS) -c lo-raid10 -t tiny | tail -1
+ @$(ZPIOS) -c lo-raidz -t tiny | tail -1
+ @$(ZPIOS) -c lo-raidz2 -t tiny | tail -1
+ @echo
+ @$(ZFS) -vu
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: