]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop unnecessary default argument
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Jul 2022 01:34:33 +0000 (10:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Jul 2022 01:34:33 +0000 (10:34 +0900)
test/test-network/systemd-networkd-tests.py

index 6a32bad99fa53a339699958547f43804821a9425..cb590af3d29d541dc2fa0105accaf4253c708737 100755 (executable)
@@ -597,7 +597,7 @@ def tear_down_common():
     flush_links()
 
     # 5. stop networkd
-    stop_networkd(show_logs=True)
+    stop_networkd()
 
     # 6. remove configs
     clear_network_units()