]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 86d7b16d459ec6e6f02117183414c1ece331c087..21a8c3b12b98a79c2b3d7090e240c8c4903d0ef2 100644 (file)
@@ -630,7 +630,7 @@ tests += [
           libblkid,
           libkmod,
           libacl],
-         '', 'manual'],
+         '', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'],
 
         [['src/test/test-id128.c'],
          [],