mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/global-stmts'
* origin/topic/vern/global-stmts: whitespace adjustment "balance" tests with multiple Zeek scripts to load the same elements put global statements into a quasi-function to support script optimization
This commit is contained in:
commit
c033bd20aa
8 changed files with 42 additions and 5 deletions
|
@ -9,6 +9,7 @@
|
|||
@TEST-START-FILE send.zeek
|
||||
|
||||
@load base/frameworks/netcontrol
|
||||
@load base/frameworks/broker
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
global have_peer = F;
|
||||
|
|
|
@ -82,6 +82,7 @@ event OpenFlow::flow_mod_failure(name: string, match: OpenFlow::ofp_match, flow_
|
|||
|
||||
@TEST-START-FILE recv.zeek
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/openflow
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue