Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Jun 19, 2024
1 parent ba678e9 commit 9f8ef77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/integration_tests/interrupt/interrupt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ func TestMain(m *testing.M) {

// Set up flags to run tests on.
mountConfig := config.MountConfig{
FileSystemConfig: config.FileSystemConfig{IgnoreInterrupts: true},
LogConfig: config.LogConfig{
Severity: config.TRACE,
LogRotateConfig: config.DefaultLogRotateConfig(),
},
}
flags := [][]string{{"--implicit-dirs=true", "--ignore-interrupts"},
flags := [][]string{{"--implicit-dirs=true"},
{"--config-file=" + setup.YAMLConfigFile(mountConfig, "config.yaml")}}

successCode := static_mounting.RunTests(flags, m)
Expand Down

0 comments on commit 9f8ef77

Please sign in to comment.