aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Schwarz <[email protected]>2020-01-24 06:11:06 +0100
committerBrian Behlendorf <[email protected]>2020-01-23 21:11:05 -0800
commit603059e41ae29239b46702f3cff61675e3fbe2b6 (patch)
tree0d374527f7f3970726537bcb6aee3b90bd2483db /scripts
parentdbfec5cc09cedfe3a31fc958a80e111f50716929 (diff)
scripts/zfs-test.sh: example for -t
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 #9878
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zfs-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh
index bcd115100..ca680953e 100755
--- a/scripts/zfs-tests.sh
+++ b/scripts/zfs-tests.sh
@@ -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