mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00

Also removing the -l command-line option as that can now be done at the script-level. A couple tests fail now that use -l. Leaving that until we have script-level replacement.
7 lines
145 B
Text
7 lines
145 B
Text
# @TEST-EXEC: bro %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
event bro_script_loaded(path: string, level: count)
|
|
{
|
|
print level, path;
|
|
}
|