a number of BTests updated with @if ... &analyze

This commit is contained in:
Vern Paxson 2023-05-19 13:13:26 -07:00
parent 8e375d34b7
commit e749638380
16 changed files with 24 additions and 24 deletions

View file

@ -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

View file

@ -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