mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 20:45:07 -05:00
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:
@@ -360,10 +360,7 @@ test_unit(void)
|
||||
NIO_Initialise();
|
||||
NCR_Initialise();
|
||||
REF_Initialise();
|
||||
|
||||
TST_SuspendLogging();
|
||||
KEY_Initialise();
|
||||
TST_ResumeLogging();
|
||||
|
||||
CNF_SetupAccessRestrictions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user