util-linux/tests
Karel Zak aeefa8a416 test_sysinfo: fix printf format
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-06-14 14:22:58 +02:00
..
diff/column tests: add column tests 2011-05-19 22:35:05 +02:00
expected tests: update blkid MD test 2011-06-09 22:21:51 +02:00
helpers test_sysinfo: fix printf format 2011-06-14 14:22:58 +02:00
ts tests: add lscpu dumps from three Dell's & a Xen 2011-06-08 13:09:02 +02:00
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
Makefile.am tests: remove obsolete stuff from Makefile.am 2009-02-20 13:10:24 +01:00
README docs: update tests/README 2010-03-31 17:19:13 +02:00
commands.sh.in build-sys: use top-level directory for libblkid rather than shlibs/blkid 2011-06-09 22:04:24 +02:00
functions.sh tests: improve libmount context mount and umount test 2011-01-03 12:28:46 +01:00
run.sh remove -ng from some files 2010-12-01 22:06:15 +01: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 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.