mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-1558: Fix reading vector of enum
types from config files
This commit is contained in:
parent
e35888a994
commit
45b2d3b4f2
4 changed files with 35 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning: Value 'asdf' for source 'thread ../configfile/Input::READER_CONFIG' is not a valid enum.
|
||||
error: SendEvent for event InputConfig::new_value failed
|
||||
warning: Value '1234' for source 'thread ../configfile/Input::READER_CONFIG' is not a valid enum.
|
||||
error: SendEvent for event InputConfig::new_value failed
|
||||
|
|
|
@ -6,3 +6,6 @@ Green
|
|||
{
|
||||
|
||||
}
|
||||
[Green]
|
||||
[Red]
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue