[libvirt] [PATCH] Fix command test wrt gnutls initialize fix debugging

2011-08-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The VIR_TEST_DEBUG and VIR_TEST_VERBOSE env vars did not work because we replaced 'environ' with 'newenv'. Simply calling virTestGetDebug/Verbose() before replacing the 'environ' ensures we have processed the env variables. The gnutls initialization

Re: [libvirt] [PATCH] Fix command test wrt gnutls initialize fix debugging

2011-08-25 Thread Eric Blake
On 08/25/2011 05:08 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com The VIR_TEST_DEBUG and VIR_TEST_VERBOSE env vars did not work because we replaced 'environ' with 'newenv'. Simply calling virTestGetDebug/Verbose() before replacing the 'environ' ensures we have