]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: add a line break after starting networkd
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 14:33:23 +0000 (15:33 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 15:48:42 +0000 (16:48 +0100)
This may be ugly. But otherwise, outputs of several check commands
are shown without new line...

test/test-network/systemd-networkd-tests.py

index 1c85a9d78c3a2664762f6970c5d23f4707da3db9..893a27ac702395991505229f23f6e8d764e43d65 100755 (executable)
@@ -141,6 +141,7 @@ class Utilities():
         else:
             subprocess.check_call('systemctl restart systemd-networkd', shell=True)
         time.sleep(5)
+        print()
 
 global ip
 global port