Skip to content

Commit

Permalink
scripts/zfs-test.sh: example for -t
Browse files Browse the repository at this point in the history
Add an example for running a single test case.

Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Christian Schwarz <[email protected]>
Closes openzfs#9878
  • Loading branch information
problame authored and behlendorf committed Jan 24, 2020
1 parent dbfec5c commit 603059e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/zfs-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 603059e

Please sign in to comment.