debug dmevent 2170196737
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 19 Nov 2025 23:22:25 +0000 (00:22 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 20 Nov 2025 15:05:10 +0000 (16:05 +0100)
test/lib/aux.sh

index 005a8694de29550879739ec60fc8dbeb1169c071..83567ab3d5f572fcd805282d0b69fc0f6e28d090 100644 (file)
@@ -180,8 +180,8 @@ prepare_dmeventd() {
        local run_valgrind=""
        [[ "${LVM_VALGRIND_DMEVENTD:-0}" -eq 0 ]] || run_valgrind="run_valgrind"
        echo -n "## preparing dmeventd..."
-#      LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl "$@" 2>&1 &
-       LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl -g 2 "$@" >debug.log_DMEVENTD_out 2>&1 &
+       LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl "$@" 2>&1 &
+#      LVM_LOG_FILE_EPOCH=DMEVENTD $run_valgrind dmeventd -fddddl -g 2 "$@" >debug.log_DMEVENTD_out 2>&1 &
        echo $! > LOCAL_DMEVENTD
 
        # FIXME wait for pipe in /var/run instead
This page took 0.085561 seconds and 5 git commands to generate.