]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-29-portable: enable debugging logs of udevd 24515/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 Aug 2022 14:12:26 +0000 (23:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 Aug 2022 14:33:13 +0000 (23:33 +0900)
test/units/testsuite-29.sh

index e56dad991e4743121187c729927294997553a26b..cc10d4ad578382c6226e95f48409d52fec956097 100755 (executable)
@@ -16,6 +16,8 @@ systemctl daemon-reexec
 
 export SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30
 
+udevadm control --log-level debug
+
 ARGS=()
 state_directory=/var/lib/private/
 if [[ -v ASAN_OPTIONS || -v UBSAN_OPTIONS ]]; then