Toggle flag to tail cluster log on failure
The flag was toggled by accident in a refactoring. This PR configures it so that we tail the cluster log on failure again.
This commit is contained in:
parent
cab2eeeafe
commit
59d378fc7b
|
@ -48,7 +48,7 @@ public class TestClustersRegistry {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
cluster.stop(false);
|
||||
cluster.stop(true);
|
||||
runningClusters.remove(cluster);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue