]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: fix use of undeclared variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Oct 2022 03:13:15 +0000 (12:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Nov 2022 13:38:37 +0000 (22:38 +0900)
test/test-network/systemd-networkd-tests.py

index f1332cd916ae02fec5e82b459b83a0024dcc262e..62bd1d2d1e742eaa9fa138a4b93206356e2bc07f 100755 (executable)
@@ -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