summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.