]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update tests docs
authorKarel Zak <kzak@redhat.com>
Fri, 3 Aug 2012 19:33:32 +0000 (21:33 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Aug 2012 19:33:32 +0000 (21:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-tests.txt

index ca14b2b953a71aa826b58374a4596810f51d6b3b..fe91024b75fdcc867a7ff1bc2fe4f59fed0ee417 100644 (file)
        # 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.