Skip to content

Commit

Permalink
Merge branch 'main' into remove/message-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 authored Jul 10, 2024
2 parents bcdf80d + ecdac0b commit 522ee55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestMain(m *testing.M) {
e2e.ZarfBinPath = filepath.Join("build", test.GetCLIName())
e2e.ApplianceMode = os.Getenv(applianceModeEnvVar) == "true"
e2e.ApplianceModeKeep = os.Getenv(applianceModeKeepEnvVar) == "true"
e2e.RunClusterTests = true

message.SetLogLevel(message.TraceLevel)

Expand Down

0 comments on commit 522ee55

Please sign in to comment.