mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Remove loading of listen.bro in tests that do not need it
Removed the loading of "frameworks/communication/listen" from some tests that don't need that functionality. This is to avoid serializing these tests.
This commit is contained in:
parent
361a5dc2d8
commit
e9102f3de4
3 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
192.168.128.0/18 Intel::SUBNET source1 this subnetwork might be baaad http://some-data-distributor.com/5
|
||||
# @TEST-END-FILE
|
||||
|
||||
@load frameworks/communication/listen
|
||||
redef exit_only_after_terminate = T;
|
||||
|
||||
redef Intel::read_files += { "../intel.dat" };
|
||||
redef enum Intel::Where += { SOMEWHERE };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue