projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a3eb5
)
test-network: generate debugging logs of networkd-persistent-storage.service
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 3 Jun 2024 08:24:23 +0000
(17:24 +0900)
committer
Luca Boccassi
<bluca@debian.org>
Mon, 3 Jun 2024 17:41:26 +0000
(18:41 +0100)
test/test-network/systemd-networkd-tests.py
patch
|
blob
|
history
diff --git
a/test/test-network/systemd-networkd-tests.py
b/test/test-network/systemd-networkd-tests.py
index 000180dd4183aafea434de532ca97a334df75f63..b294621de9889123abdfb618104ae7a43bfb5d23 100755
(executable)
--- a/
test/test-network/systemd-networkd-tests.py
+++ b/
test/test-network/systemd-networkd-tests.py
@@
-526,7
+526,8
@@
def setup_system_units():
'ExecStart=',
f'ExecStart={networkctl_bin} persistent-storage yes',
'ExecStop=',
- f'ExecStop={networkctl_bin} persistent-storage no'
+ f'ExecStop={networkctl_bin} persistent-storage no',
+ 'Environment=SYSTEMD_LOG_LEVEL=debug' if enable_debug else '',
]
)