Skip to content
  • Beniamino Galvani's avatar
    clients: disable asan leak detection in client tests · 2fe91419
    Beniamino Galvani authored
    Leak detection adds unhelpful messages to the stderr of nmcli, making
    tests fail. For example:
    
     =================================================================
     ==17156==ERROR: LeakSanitizer: detected memory leaks
    
     Direct leak of 256 byte(s) in 2 object(s) allocated from:
         #0 0x7f08c7e27c88 in realloc (/lib64/libasan.so.5+0xefc88)
         #1 0x7f08c7546e7d in g_realloc (/lib64/libglib-2.0.so.0+0x54e7d)
    2fe91419