test: drop logging suspension

Instead of selectively suspending logging by redirecting messages to
/dev/null, increase the default minimum log severity to FATAL. In the
debug mode, all messages are printed.
This commit is contained in:
Miroslav Lichvar
2021-03-09 12:34:41 +01:00
parent d2117ab697
commit 26fc28c056
5 changed files with 5 additions and 29 deletions

View File

@@ -360,10 +360,7 @@ test_unit(void)
NIO_Initialise();
NCR_Initialise();
REF_Initialise();
TST_SuspendLogging();
KEY_Initialise();
TST_ResumeLogging();
CNF_SetupAccessRestrictions();