From d7030b0441bb58082ee61ff43dbdf41be871674b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 26 Mar 2015 13:00:24 +0100 Subject: docs: document --exclude for tests Signed-off-by: Karel Zak --- Documentation/howto-tests.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Documentation/howto-tests.txt') diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index 7b5b9a737..c46e5826d 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -38,6 +38,16 @@ $ ./run.sh blkid $ ./run.sh libmount + The tests is possible to exclude by ./run.sh --exclude= where the + is blank separated test names in format "testdir/testname", for example: + + $ ./run.sh --exclude="mount/move" + + The --exclude is evaluated by the ./run.sh script only. See below + + TS_OPT_testdir_[testscript_]fake= + + environment variable which provides more powerful functionality to skip tests. *** WARNING for root users *** -- cgit v1.2.3-55-g7522