mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Btest tweak for improved type rendering in config framework errors and set types
This commit is contained in:
parent
aa9242913f
commit
fcab8df8fb
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ warning: Value 'unknown' for source 'thread ../configfile/Input::READER_CONFIG'
|
||||||
error: SendEvent for event InputConfig::new_value failed
|
error: SendEvent for event InputConfig::new_value failed
|
||||||
warning: ../configfile/Input::READER_CONFIG: Option 'testbooool' does not exist. Ignoring line.
|
warning: ../configfile/Input::READER_CONFIG: Option 'testbooool' does not exist. Ignoring line.
|
||||||
warning: ../configfile/Input::READER_CONFIG: Option 'test_any' has type 'any', which is not supported for file input. Ignoring line.
|
warning: ../configfile/Input::READER_CONFIG: Option 'test_any' has type 'any', which is not supported for file input. Ignoring line.
|
||||||
warning: ../configfile/Input::READER_CONFIG: Option 'test_table' has type 'table', which is not supported for file input. Ignoring line.
|
warning: ../configfile/Input::READER_CONFIG: Option 'test_table' has type 'table[string] of string', which is not supported for file input. Ignoring line.
|
||||||
received termination signal
|
received termination signal
|
||||||
>>>
|
>>>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue