From: Yu Watanabe Date: Thu, 6 Dec 2018 14:33:23 +0000 (+0100) Subject: test-network: add a line break after starting networkd X-Git-Tag: v240~123^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa7cd602814f06a76c56b54fbe7fe35d39f7b1e4;p=thirdparty%2Fsystemd.git test-network: add a line break after starting networkd This may be ugly. But otherwise, outputs of several check commands are shown without new line... --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 1c85a9d78c3..893a27ac702 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -141,6 +141,7 @@ class Utilities(): else: subprocess.check_call('systemctl restart systemd-networkd', shell=True) time.sleep(5) + print() global ip global port