summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-tests.txt
blob: c812a39290b3bc5a64dd89b87800e3a88d10a8a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

 util-linux regression tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~

 It's expected that for each invasive change or important bugfix you will
 include a test to your patch.


 Run all tests:

	./run.sh [--verbose]

 Run subset of tests:

	./run.sh <test_directory-name>

        for example:

              ./run.sh blkid
              ./run.sh fdisk



 *** WARNING ***

 The tests touch your /etc/fstab. Please, be careful and use
 these tests only for development and never on production system.