summaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
authorKarel Zak2007-05-25 14:53:22 +0200
committerKarel Zak2007-05-25 14:53:22 +0200
commit66822df31ae3ddceb72fe269618338aadf3eca6f (patch)
tree673bf55223fe35745072da68aa0dc0434cfb4653 /tests/README
parentmount: use verbose mode instead debug mode (diff)
downloadkernel-qcow2-util-linux-66822df31ae3ddceb72fe269618338aadf3eca6f.tar.gz
kernel-qcow2-util-linux-66822df31ae3ddceb72fe269618338aadf3eca6f.tar.xz
kernel-qcow2-util-linux-66822df31ae3ddceb72fe269618338aadf3eca6f.zip
tests: cleanup blkid cache after test device deinitialization
The libblkid reuses cached information when a cache entry is younger than 2 secs. That's wrong, because util-linux tests use devices more quickly. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README b/tests/README
index 8eca08544..783f37c6d 100644
--- a/tests/README
+++ b/tests/README
@@ -14,3 +14,9 @@
./ts-<component_name>-<test_name>.sh [--verbose]
+
+
+ *** WARNING ***
+
+ The tests touch your /etc/fstab and /etc/blkid.tab. Please, be careful and use
+ these tests only for development and never on production system.