From 603059e41ae29239b46702f3cff61675e3fbe2b6 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 24 Jan 2020 06:11:06 +0100 Subject: [PATCH] scripts/zfs-test.sh: example for -t Add an example for running a single test case. Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Christian Schwarz Closes #9878 --- scripts/zfs-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index bcd115100a..ca680953e3 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