mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Update btests/baselines for OpenDict compat
Haven't checked different build configurations yet, but all except a few SumStats tests are stable for me now. The external tests are also completely failing, but haven't looked at those yet.
This commit is contained in:
parent
37d3cfbd44
commit
94aee910d5
27 changed files with 122 additions and 112 deletions
|
@ -17,7 +17,7 @@ redef exit_only_after_terminate = T;
|
|||
redef Intel::read_files += { "../intel.dat" };
|
||||
redef enum Intel::Where += { SOMEWHERE };
|
||||
redef Intel::item_expiration = 9sec;
|
||||
redef table_expire_interval = 3sec;
|
||||
redef table_expire_interval = 2sec;
|
||||
|
||||
global runs = 0;
|
||||
event do_it()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue