criu/test/zdtm/lib
Kir Kolyshkin f42bc58311 zdtm: sanitize pr_perror() usage
Log function pr_perror() automatically adds
 - numeric errno value
 - string errno value (aka strerror(errno), aka %m)
 - a newline

So, its callers don't have to do all these things.

While at it, also
 - fix or improve some message texts
 - replace fnprintf() with pr_perror()

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Acked-by: Andrew Vagin <avagin@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-10-26 12:13:16 +03:00
..
arch test/zdtm: Adding ppc64 support 2015-07-13 14:52:26 +03:00
cpuid.h zdtm: Add cpuid.h 2012-12-21 17:35:44 +04:00
datagen.c zdtm: make datagen/datachk faster for big chunks 2013-03-06 00:34:02 +04:00
fs.c zdtm: Add filesystem specific helpers 2015-09-04 19:35:59 +03:00
fs.h zdtm: Fix building for @_BSD_SOURCE redefinition 2015-09-04 22:01:00 +03:00
lock.c zdtm: replace err() on pr_perror() 2015-10-21 14:54:53 +03:00
lock.h zdtm/lock: add futex_add_and_wake and futex_wait_while_lt 2014-02-28 13:18:43 +04:00
Makefile zdtm: Add filesystem specific helpers 2015-09-04 19:35:59 +03:00
msg.c test_msg(): avoid recursion 2015-10-26 12:12:54 +03:00
ns.c zdtm: don't exclude ipc and uts namespaces in case of userns 2015-10-07 15:16:50 +03:00
ns.h zdtm: fix race in test_waitsig for multithreaded tests 2013-03-06 00:31:14 +04:00
parseargs.c zdtm: close an external tty 2012-09-13 16:09:13 +04:00
parseargs.sh zdtm: Zero Downtime Migration Test Suite 2011-12-02 17:49:08 +04:00
stop_and_chk.sh zdtm: Zero Downtime Migration Test Suite 2011-12-02 17:49:08 +04:00
streamutil.c zdtm: Zero Downtime Migration Test Suite 2011-12-02 17:49:08 +04:00
tcp.c zdtm: sanitize pr_perror() usage 2015-10-26 12:13:16 +03:00
test.c zdtm: return non-zero code in a error case 2015-10-26 12:11:59 +03:00
zdtmtst.h zdtm: return non-zero code in a error case 2015-10-26 12:11:59 +03:00