summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-10-13 09:44:08 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-10-13 16:02:21 +0200
commitc4cc5eabfe722daf88d19b60d58c616c31e57edd (patch)
tree455b99310a24ba135f3ec7fc69a82244b2d6d6f0
parent8cc21354c2b4cb58223950b7e089eb28e602f0e8 (diff)
downloadlvm2-c4cc5eabfe722daf88d19b60d58c616c31e57edd.tar.gz
tests: start logging dmeventd output
Log dmeventd output from test - keep output logging in test and avoid sending messages to syslog.
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 56316f768..8a25d87ed 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -70,7 +70,7 @@ prepare_dmeventd() {
local run_valgrind=
test "${LVM_VALGRIND_DMEVENTD:-0}" -eq 0 || run_valgrind="run_valgrind"
- LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -f "$@" &
+ LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl "$@" >debug.log_DMEVENTD_out 2>&1 &
echo $! > LOCAL_DMEVENTD
# FIXME wait for pipe in /var/run instead