From: Yu Watanabe Date: Mon, 31 Oct 2022 03:13:15 +0000 (+0900) Subject: test-network: fix use of undeclared variable X-Git-Tag: v253-rc1~614^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7ff72ec9cb356d2afc6143557e2800dddb5323b;p=thirdparty%2Fsystemd.git test-network: fix use of undeclared variable --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index f1332cd916a..62bd1d2d1e7 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -839,7 +839,6 @@ class Utilities(): if re.search(rf'(?m)^\s*State:\s+{operstate}\s+\({setup_state}\)\s*$', output): return True - print(output) if fail_assert: self.fail(f'Timed out waiting for {link} to reach state {operstate}/{setup_state}') return False