summaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
authorKarel Zak2010-03-31 17:18:23 +0200
committerKarel Zak2010-03-31 17:19:13 +0200
commite349c4f84cdccfc955124e7eb346ee929a6bcd79 (patch)
treed406e3d618a8b3b30bf0b9884ac2b9068cf4a285 /tests/README
parenttests: added tests against strtosize (diff)
downloadkernel-qcow2-util-linux-e349c4f84cdccfc955124e7eb346ee929a6bcd79.tar.gz
kernel-qcow2-util-linux-e349c4f84cdccfc955124e7eb346ee929a6bcd79.tar.xz
kernel-qcow2-util-linux-e349c4f84cdccfc955124e7eb346ee929a6bcd79.zip
docs: update tests/README
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index 783f37c6d..c812a3929 100644
--- a/tests/README
+++ b/tests/README
@@ -10,13 +10,18 @@
./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.