Skip to content

Commit

Permalink
tests/NIT/nit.sh: use NUT_DEBUG_PID envvar to help test-log readability
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Oct 18, 2023
1 parent 21fe028 commit ecc5031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/NIT/nit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecc5031

Please sign in to comment.