util-linux/tests
Karel Zak 283a8c1598 tests: remove vol_id from tests
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-12-04 20:30:16 +01:00
..
expected tests: add UFS test image for libblkid 2009-12-02 12:24:23 +01:00
helpers include: clean up _PATH_DEV_* macros 2009-06-30 01:13:42 +02:00
ts tests: remove vol_id from tests 2009-12-04 20:30:16 +01:00
.gitignore
Makefile.am
README
commands.sh.in tests: remove vol_id from tests 2009-12-04 20:30:16 +01:00
functions.sh tests: remove vol_id from tests 2009-12-04 20:30:16 +01:00
run.sh tests: fix -regex in run.sh 2009-04-29 15:51:32 +02:00

README

 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.