From: Donald Sharp Date: Fri, 11 Mar 2022 16:19:29 +0000 (-0500) Subject: tests: Make all commands logged X-Git-Tag: pim6-testing-20220430~235^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a7c0a04f097104942f43ae554df9f17b74f5f509;p=mirror%2Ffrr.git tests: Make all commands logged Do not allow the test system to turn off the logging of commands Some tests use the reload command that is accidently turning off the logging. Just force the tests to ignore it. Signed-off-by: Donald Sharp --- diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 4e5fe4c90b..62b6a8a70e 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -1749,7 +1749,7 @@ class Router(Node): daemon, self.logdir, self.name ) - cmdopt = "{} --log file:{}.log --log-level debug".format( + cmdopt = "{} --command-log-always --log file:{}.log --log-level debug".format( daemon_opts, daemon ) if extra_opts: