blob: 783f37c6da61e6a8a18519b4d9a2a9fa071b6215 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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 one tests:
./ts-<component_name>-<test_name>.sh [--verbose]
*** WARNING ***
The tests touch your /etc/fstab and /etc/blkid.tab. Please, be careful and use
these tests only for development and never on production system.
|