]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-network: introduce read_dnsmasq_log_file() helper function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 8 Jul 2022 21:34:20 +0000 (06:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 9 Jul 2022 02:44:25 +0000 (11:44 +0900)
commit063c7e9b130189feaf5b2dcb4bb2d40dc5d279b4
tree372757155abdc9e2dc30bb211a3703e32e70f8a7
parenta102a52c3489a817ca41c6ed3e6301d043b82f3b
test-network: introduce read_dnsmasq_log_file() helper function

This reduces the number of times that the log file is read.
Also, dropped unnecessary dump of the log file.
test/test-network/systemd-networkd-tests.py