Commit 724ce352 authored by Nils Goroll's avatar Nils Goroll

enable strict jemalloc checking for varnishtest

parent 1f746aea
......@@ -398,6 +398,11 @@ i_mode(void)
AN(vmod_path);
free(topbuild);
VSB_destroy(&vsb);
/*
* strict jemalloc checking
*/
AZ(putenv("MALLOC_CONF=abort:true,redzone:true,junk:true"));
}
/**********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment