From: Karel Zak Date: Wed, 31 Mar 2010 15:18:23 +0000 (+0200) Subject: docs: update tests/README X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e349c4f84cdccfc955124e7eb346ee929a6bcd79;p=util-linux docs: update tests/README Signed-off-by: Karel Zak --- diff --git a/tests/README b/tests/README index 783f37c6..c812a392 100644 --- a/tests/README +++ b/tests/README @@ -10,13 +10,18 @@ ./run.sh [--verbose] - Run one tests: + Run subset of tests: - ./ts--.sh [--verbose] + ./run.sh + + 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.