projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e867b01
)
test-50-dissect: generate debugging logs of udevd
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 26 Aug 2022 15:52:04 +0000
(
00:52
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 27 Aug 2022 06:14:19 +0000
(15:14 +0900)
test/units/testsuite-50.sh
patch
|
blob
|
history
diff --git
a/test/units/testsuite-50.sh
b/test/units/testsuite-50.sh
index d91eeaabe825742b48c66ee5e3e06411e65538c1..0111a3a2e47fb6a0947ace28f830545dcf1a60b8 100755
(executable)
--- a/
test/units/testsuite-50.sh
+++ b/
test/units/testsuite-50.sh
@@
-15,6
+15,8
@@
cleanup()
rm -rf "${image_dir}"
}
+udevadm control --log-level=debug
+
cd /tmp
image_dir="$(mktemp -d -t -p /tmp tmp.XXXXXX)"