mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
scripts/zfs-test.sh: example for -t
Add an example for running a single test case. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Signed-off-by: Christian Schwarz <me@cschwarz.com> Closes #9878
This commit is contained in:
parent
dbfec5cc09
commit
603059e41a
@ -340,6 +340,9 @@ $0 -v
|
||||
# Run a smaller suite of tests designed to run more quickly.
|
||||
$0 -r linux-fast
|
||||
|
||||
# Run a single test
|
||||
$0 -t tests/functional/cli_root/zfs_bookmark/zfs_bookmark_cliargs.ksh
|
||||
|
||||
# Cleanup a previous run of the test suite prior to testing, run the
|
||||
# default (linux) suite of tests and perform no cleanup on exit.
|
||||
$0 -x
|
||||
|
Loading…
Reference in New Issue
Block a user