util-linux/tests
Karel Zak a2cb313c02 tests: update namei regression test
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-10-07 10:37:03 +02:00
..
expected tests: update namei regression test 2010-10-07 10:37:03 +02:00
helpers include: clean up _PATH_DEV_* macros 2009-06-30 01:13:42 +02:00
ts tests: update lscpu tests 2010-08-20 21:29:04 +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 tests: add cpuset regression test 2010-06-01 11:06:49 +02:00
functions.sh tests: add blkid tests for RAID1 2010-05-03 11:25:20 +02: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 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.