At http://ldtp.freedesktop.org/wiki/FAQ/ it's mentioned:
- Use export LDTP_DEBUG=1 to get messages in console
- Use export LDTP_DEBUG=2 to get verbose messages in console
Wouldn't it make sense then that LDTP_DEBUG=0 would mean no debugging ? The current code seem to only check if the variable exists, not what it's set to.
At http://ldtp.freedesktop.org/wiki/FAQ/ it's mentioned:
Wouldn't it make sense then that LDTP_DEBUG=0 would mean no debugging ? The current code seem to only check if the variable exists, not what it's set to.