test-udev: use LOG_REALM_UDEV
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 21 Sep 2018 08:10:34 +0000 (17:10 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 22 Sep 2018 07:56:40 +0000 (09:56 +0200)
Otherwise, even if SYSTEMD_LOG_LEVEL=debug is specified, the test does
not show most debug messages.

src/test/meson.build

index 86d7b16..21a8c3b 100644 (file)
@@ -630,7 +630,7 @@ tests += [
           libblkid,
           libkmod,
           libacl],
-         '', 'manual'],
+         '', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'],
 
         [['src/test/test-id128.c'],
          [],