]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: document --exclude for tests
authorKarel Zak <kzak@redhat.com>
Thu, 26 Mar 2015 12:00:24 +0000 (13:00 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Mar 2015 12:00:24 +0000 (13:00 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-tests.txt

index 7b5b9a7377a5df28ecd45f638fe75576f7b23afd..c46e5826dd90ace6ad142babeef271acd2c5056c 100644 (file)
               $ ./run.sh blkid
               $ ./run.sh libmount
 
+ The tests is possible to exclude by ./run.sh --exclude=<list>  where the
+ <list> 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 ***