test: disable at_exit LSan check for dbus.service
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 5 Mar 2021 22:20:45 +0000 (23:20 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Mar 2021 02:27:04 +0000 (11:27 +0900)
commit3b5fc147d6aff46d80ff3b01574bcd6a06936eeb
tree0a24d55bc620728831b9506151edafb3cb48bed5
parent4f67a5d92342d2420dcdfd3b840ba3531493f6b0
test: disable at_exit LSan check for dbus.service

When running integration tests under sanitizers D-Bus fails to
shutdown cleanly, causing unnecessary noise in the logs:

```
dbus-daemon[272]: ==272==LeakSanitizer has encountered a fatal error.
dbus-daemon[272]: ==272==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
dbus-daemon[272]: ==272==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
```

Since we're not "sanitizing" D-Bus anyway let's disable LSan's at_exit
check for the dbus.service to get rid of this error.
test/test-functions