]> err.no Git - util-linux/commitdiff
docs: update tests/README
authorKarel Zak <kzak@redhat.com>
Wed, 31 Mar 2010 15:18:23 +0000 (17:18 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 31 Mar 2010 15:19:13 +0000 (17:19 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/README

index 783f37c6da61e6a8a18519b4d9a2a9fa071b6215..c812a39290b3bc5a64dd89b87800e3a88d10a8a7 100644 (file)
 
        ./run.sh [--verbose]
 
- Run one tests:
+ Run subset of tests:
 
-       ./ts-<component_name>-<test_name>.sh [--verbose]
+       ./run.sh <test_directory-name>
+
+        for example:
+
+              ./run.sh blkid
+              ./run.sh fdisk
 
 
 
  *** WARNING ***
 
- The tests touch your /etc/fstab and /etc/blkid.tab. Please, be careful and use
+ The tests touch your /etc/fstab. Please, be careful and use
  these tests only for development and never on production system.