Skip to content

Commit

Permalink
test: make test run verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Dec 6, 2022
1 parent bdd2e22 commit efe9a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-chaos/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func Test_ShouldBeAbleToDeployChaosModels(t *testing.T) {
func Test_ShouldBeAbleToRunExperiments(t *testing.T) {
// given
internal.Verbosity = true
cmd.Verbose = true
ctx := context.Background()
container := CreateEZEContainer(t, ctx)
defer container.StopLogProducer()
Expand Down

0 comments on commit efe9a9e

Please sign in to comment.