mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
fix up the executeraw test - now it works for the first time and does not always fail
This commit is contained in:
parent
96a7e068f0
commit
4de6d76488
3 changed files with 29 additions and 6 deletions
|
@ -0,0 +1,9 @@
|
|||
[source=wc -l ../input.log |, reader=Input::READER_RAW, mode=Input::MANUAL, name=input, fields=<no value description>, want_record=F, ev=line
|
||||
{
|
||||
print outfile, description;
|
||||
print outfile, tpe;
|
||||
print outfile, s;
|
||||
close(outfile);
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
8 ../input.log
|
Loading…
Add table
Add a link
Reference in a new issue