docs: update tests docs

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-08-03 21:33:32 +02:00
parent 1b03e2cd33
commit 91f98496f3
1 changed files with 12 additions and 2 deletions

View File

@ -17,6 +17,13 @@
# 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>
@ -30,5 +37,8 @@
*** 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.