Skip to content

Commit

Permalink
update integration tests to include config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Apr 24, 2024
1 parent 06775da commit d415053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/interrupt/interrupt_test.go
Expand Up @@ -56,7 +56,7 @@ func TestMain(m *testing.M) {
LogRotateConfig: config.DefaultLogRotateConfig(),
},
}
flags := [][]string{
flags := [][]string{{"--implicit-dirs=true", "--ignore-interrupts"},
{"--config-file=" + setup.YAMLConfigFile(mountConfig, "config.yaml")}}

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

0 comments on commit d415053

Please sign in to comment.