Common.cfg: Always log VEERDICTOP on Console

This will keep the console posted about any verdict changes.

Change-Id: I11c7568df5ff63066cdf1f6868b3da005e960495
changes/08/20508/2
Harald Welte 3 years ago
parent d53fb672c9
commit f3d3a72caf

@ -12,7 +12,7 @@ SourceInfoFormat := Single;
LogSourceInfo := Yes;
LoggerPlugins := { JUnitLogger := "libjunitlogger2" }
FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
ConsoleMask := ERROR | WARNING | TESTCASE | USER;
ConsoleMask := ERROR | WARNING | TESTCASE | USER | VERDICTOP;
[EXTERNAL_COMMANDS]
BeginTestCase := $TCPDUMP_START

Loading…
Cancel
Save