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

@@ -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);