We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dd0e8 commit f9978c9Copy full SHA for f9978c9
sw/device/lib/testing/test_framework/ottf_main.c
@@ -183,7 +183,9 @@ void _ottf_main(void) {
183
184
#if !OT_IS_ENGLISH_BREAKFAST
185
if (!kOttfTestConfig.ignore_alerts) {
186
- LOG_INFO("Enabling OTTF alert catcher");
+ if (!kOttfTestConfig.silence_console_prints) {
187
+ LOG_INFO("Enabling OTTF alert catcher");
188
+ }
189
CHECK_STATUS_OK(ottf_alerts_enable_all());
190
}
191
#endif // !OT_IS_ENGLISH_BREAKFAST
0 commit comments