mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00

* origin/topic/seth/zeek_init: Some more testing fixes. Update docs and tests for bro_(init|done) -> zeek_(init|done) Implement the zeek_init handler.
10 lines
332 B
Text
10 lines
332 B
Text
# The format string below should end up as a literal part of the reporter's
|
|
# error message to stderr and shouldn't be replaced internally.
|
|
#
|
|
# @TEST-EXEC-FAIL: bro %INPUT >output 2>&1
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
|
|
|
|
event zeek_init()
|
|
{
|
|
event dont_interpret_this("%s");
|
|
}
|