1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

test: enable debug logging of systemd-udevd

Otherwise, it is hard to debug when the test fails.
This commit is contained in:
Yu Watanabe 2021-10-26 05:06:49 +09:00
parent 0f96a82311
commit 8a088877ab

View File

@ -639,6 +639,7 @@ testcase_long_sysfs_path() {
: >/failed
udevadm settle
udevadm control --log-level debug
lsblk -a
echo "Check if all symlinks under /dev/disk/ are valid (pre-test)"
@ -658,6 +659,8 @@ udevadm settle
echo "Check if all symlinks under /dev/disk/ are valid (post-test)"
helper_check_device_symlinks
udevadm control --log-level info
systemctl status systemd-udevd
touch /testok