]> git.ipfire.org Git - thirdparty/util-linux.git/blob - Documentation/howto-tests.txt
Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/util...
[thirdparty/util-linux.git] / Documentation / howto-tests.txt
1
2 util-linux regression tests
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5 It's expected that for each invasive change or important bugfix you will
6 include a test to your patch.
7
8
9 Run all tests:
10
11 ./run.sh [--verbose]
12
13 Run subset of tests:
14
15 ./run.sh <test_directory-name>
16
17 for example:
18
19 ./run.sh blkid
20 ./run.sh fdisk
21
22
23
24 *** WARNING ***
25
26 The tests touch your /etc/fstab. Please, be careful and use
27 these tests only for development and never on production system.