Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Jun 26, 2024
1 parent c69227f commit f5f8ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/integration_tests/log_rotation/log_rotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func TestMain(m *testing.M) {
// Set up directory for logs.
logDirPath = setup.SetUpLogDirForTestDirTests(logDirName)
logFilePath = path.Join(logDirPath, logFileName)
setup.SetLogFile(logFilePath)

// Set up config files.
// TODO: add tests for backupLogFileCount = 0.
Expand Down

0 comments on commit f5f8ff9

Please sign in to comment.