]> git.puffer.fish Git - matthieu/frr.git/commit
tests: allow common_cli.c with logging enabled
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 7 Nov 2021 14:49:17 +0000 (15:49 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 8 Nov 2021 13:06:21 +0000 (14:06 +0100)
commit865dd9fe0bff73a46deb174e988cf1d4f8ce5e78
tree517e7daaf504e6fd2cee20fab638340cbfbe1add
parentfaf079ff7e835bd454dda0804e677c477489b3ed
tests: allow common_cli.c with logging enabled

common_cli.c disables logging by default so stdio is usable as vty
without log messages getting strewn inbetween.  This the right thing for
most tests, but not all; sometimes we do want log messages.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/lib/cli/common_cli.c
tests/lib/cli/common_cli.h