mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
![]() * origin/topic/jsiwek/3.2-supervisor: Integrate Supervisor code review suggestions Add Supervisor::{stdout,stderr}_hook Add Log::rotation_format_func and Log::default_rotation_dir options Allow Zeek function equality comparisons Implement leftover log rotation/archival for supervised nodes Move some supervisor structures to detail namespace Improve default supervisor stdout/stderr handling Factor Supervisor initialization data to separate struct from Stem Move ParentProcessCheckTimer to detail namespace |
||
---|---|---|
.. | ||
btest | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.