]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update howto-tests.txt
authorKarel Zak <kzak@redhat.com>
Mon, 30 Jul 2012 16:37:54 +0000 (18:37 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Jul 2012 16:37:54 +0000 (18:37 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-tests.txt

index 06abba7814190f0eac65a5cdd3f12428ffa6d524..f41628e99725aa85fa6b2078c95344a992298a0f 100644 (file)
@@ -5,26 +5,27 @@
  It's expected that for each invasive change or important bugfix you will
  include a test to your patch.
 
- Compile tests:
+ Compile tests & run basic tests:
 
-       make check
+       make check
 
- Run all tests:
+ Run all tests including tests that require root permissions:
 
-       ./run.sh [--verbose]
+       # cd tests
+       # ./run.sh [--verbose] [--memcheck]
 
  Run subset of tests:
 
-       ./run.sh <test_directory-name>
+       ./run.sh <test_directory-name>
 
         for example:
 
-              ./run.sh blkid
-              ./run.sh fdisk
+              ./run.sh blkid
+              $ ./run.sh libmount
 
 
 
- *** WARNING ***
+ *** WARNING for root users ***
 
  The tests touch your /etc/fstab. Please, be careful and use
  these tests only for development and never on production system.