mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
a number of BTests updated with @if ... &analyze
This commit is contained in:
parent
8e375d34b7
commit
e749638380
16 changed files with 24 additions and 24 deletions
|
@ -20,7 +20,7 @@ redef Cluster::nodes = {
|
|||
@load base/frameworks/reporter
|
||||
@load base/protocols/conn
|
||||
|
||||
@if ( Cluster::node == "worker-1" )
|
||||
@if ( Cluster::node == "worker-1" ) &analyze
|
||||
redef exit_only_after_terminate = T;
|
||||
@endif
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ redef Cluster::nodes = {
|
|||
@load base/protocols/http
|
||||
@load base/frameworks/cluster
|
||||
|
||||
@if ( Cluster::node == "worker-1" )
|
||||
@if ( Cluster::node == "worker-1" ) &analyze
|
||||
redef exit_only_after_terminate = T;
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue