1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/test/lib
Petr Rockai b61be64370 libdaemon: Draft logging infrastructure.
- logging is not controlled by "levels" but by "types"; types are
  independent of each other... implementation of the usual "log level"
  user-level semantics can be simply done on top; the immediate
  application is enabling/disabling wire traffic logging independently
  of other debug data, since the former is rather bulky and can easily
  obscure almost everything else
- all logs go to "outlets", of which we currently have 2: syslog and
  stderr; which "types" go to which "outlets" is entirely configurable
2012-08-08 09:44:19 +02:00
..
aux.sh libdaemon: Draft logging infrastructure. 2012-08-08 09:44:19 +02:00
check.sh TEST: Add library functions for checking and waiting for sync 2012-07-24 14:17:54 -05:00
get.sh Update test.sh check.sh utils.sh get.sh 2012-03-16 12:59:43 +00:00
harness.c Add provisions to flag tests that we know will fail, without flagging the build 2012-05-16 10:43:41 +00:00
lvm-wrapper.sh Update aux.sh lvmwrapper 2012-03-16 12:59:02 +00:00
not.c Fix gcc warnings for missing headers and prototypes 2011-01-05 15:03:43 +00:00
test.sh Update testing scripts 2012-03-20 10:51:57 +00:00
utils.sh Improve test suite 2012-03-28 11:10:08 +00:00