Signed-off-by: Karel Zak <kzak@redhat.com>
./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.