mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-25 10:12:13 +03:00
This run file contains a subset of functional tests which exercise
as much functionality as possible while still executing relatively
quickly. The included tests should take no more than a few seconds
each to run at most. This provides a convenient way to sanity test a
change before committing to a full test run which takes several hours.
$ ./scripts/zfs-tests.sh -r sanity
...
Results Summary
PASS 813
Running Time: 00:14:42
Percent passed: 100.0%
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11271
10 lines
172 B
Makefile
10 lines
172 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/runfiles
|
|
dist_pkgdata_DATA = \
|
|
common.run \
|
|
freebsd.run \
|
|
linux.run \
|
|
longevity.run \
|
|
perf-regression.run \
|
|
sanity.run \
|
|
sunos.run
|