mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 16:55:06 -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:
@@ -44,9 +44,6 @@ extern void test_unit(void);
|
||||
extern void TST_Fail(int line);
|
||||
extern void TST_Skip(int line);
|
||||
|
||||
extern void TST_SuspendLogging(void);
|
||||
extern void TST_ResumeLogging(void);
|
||||
|
||||
extern double TST_GetRandomDouble(double min, double max);
|
||||
extern void TST_GetRandomAddress(IPAddr *ip, int family, int bits);
|
||||
extern void TST_SwapAddressBit(IPAddr *ip, unsigned int b);
|
||||
|
||||
Reference in New Issue
Block a user