From: Karel Zak Date: Mon, 30 Jul 2012 16:37:54 +0000 (+0200) Subject: docs: update howto-tests.txt X-Git-Tag: v2.22-rc2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9770f7fa0d113f3fda10e7c62c65809bc6027cb;p=thirdparty%2Futil-linux.git docs: update howto-tests.txt Signed-off-by: Karel Zak --- diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index 06abba7814..f41628e997 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -5,26 +5,27 @@ It's expected that for each invasive change or important bugfix you will include a test to your patch. - Compile tests: + Compile tests & run basic tests: - make check + $ make check - Run all tests: + Run all tests including tests that require root permissions: - ./run.sh [--verbose] + # cd tests + # ./run.sh [--verbose] [--memcheck] Run subset of tests: - ./run.sh + $ ./run.sh for example: - ./run.sh blkid - ./run.sh fdisk + $ ./run.sh blkid + $ ./run.sh libmount - *** WARNING *** + *** 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.