From: Karel Zak Date: Wed, 31 Mar 2010 15:18:23 +0000 (+0200) Subject: docs: update tests/README X-Git-Tag: v2.18-rc1~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e349c4f84cdccfc955124e7eb346ee929a6bcd79;p=thirdparty%2Futil-linux.git docs: update tests/README Signed-off-by: Karel Zak --- diff --git a/tests/README b/tests/README index 783f37c6da..c812a39290 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.