summaryrefslogtreecommitdiffstats
path: root/tests/ntlmssptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ntlmssptest.c')
-rw-r--r--tests/ntlmssptest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ntlmssptest.c b/tests/ntlmssptest.c
index 8a61a2f..ddc9d75 100644
--- a/tests/ntlmssptest.c
+++ b/tests/ntlmssptest.c
@@ -1975,6 +1975,9 @@ int main(int argc, const char *argv[])
struct ntlm_ctx *ctx;
int ret;
+ /* enable trace debugging by dfault in tests */
+ setenv("GSSNTLMSSP_DEBUG", "tests-trace.log", 0);
+
ret = ntlm_init_ctx(&ctx);
if (ret) goto done;