# cd tests
# ./run.sh [--verbose] [--memcheck]
+ note that as root you have to manually remove output and diff directories
+
+ # rm -rf output diff
+
+ or run 'make clean' as root.
+
+
Run subset of tests:
$ ./run.sh <test_directory-name>
*** 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.
+ The tests touch your /etc/fstab, initialize loop devices or scsi_debug devices
+ if executed with root permissions.
+
+ Please, be careful and use these tests only for development and never on
+ production system.