From: Karel Zak Date: Thu, 26 Mar 2015 12:00:24 +0000 (+0100) Subject: docs: document --exclude for tests X-Git-Tag: v2.27-rc1~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7030b0441bb58082ee61ff43dbdf41be871674b;p=thirdparty%2Futil-linux.git docs: document --exclude for tests Signed-off-by: Karel Zak --- diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index 7b5b9a7377..c46e5826dd 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 ***