From ecc5031ffe6d1b0f44d0f8e4980f273985fd9ce7 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Wed, 18 Oct 2023 14:26:37 +0200 Subject: [PATCH] tests/NIT/nit.sh: use NUT_DEBUG_PID envvar to help test-log readability Signed-off-by: Jim Klimov --- tests/NIT/nit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/NIT/nit.sh b/tests/NIT/nit.sh index 0b4c3a78cb..440d9d2e1f 100755 --- a/tests/NIT/nit.sh +++ b/tests/NIT/nit.sh @@ -34,6 +34,9 @@ export TZ LANG LC_ALL NUT_QUIET_INIT_SSL="true" export NUT_QUIET_INIT_SSL +NUT_DEBUG_PID="true" +export NUT_DEBUG_PID + log_separator() { echo "" >&2 echo "================================" >&2