mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
14
testing/external/scripts/testing-setup.zeek
vendored
Normal file
14
testing/external/scripts/testing-setup.zeek
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Sets some testing specific options.
|
||||
|
||||
@load external-ca-list
|
||||
|
||||
@ifdef ( SMTP::never_calc_md5 )
|
||||
# MDD5s can depend on libmagic output.
|
||||
redef SMTP::never_calc_md5 = T;
|
||||
@endif
|
||||
|
||||
@ifdef ( LogAscii::use_json )
|
||||
# Don't start logging everything as JSON.
|
||||
# (json-logs.bro activates this).
|
||||
redef LogAscii::use_json = F;
|
||||
@endif
|
Loading…
Add table
Add a link
Reference in a new issue