mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: add line for mixing dmeventd with log
TODO: it might be better to log dmeventd messages with test output just like we do with clvmd - maybe we will switch to this one instead of extra DMEVENTD log file in future....
This commit is contained in:
parent
b91390c211
commit
2063d6bb06
@ -194,6 +194,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 -fddddl "$@" 2>&1 &
|
||||
LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl "$@" >debug.log_DMEVENTD_out 2>&1 &
|
||||
echo $! > LOCAL_DMEVENTD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user