ConfigFile returns the name of the config file.
()
| 156 | |
| 157 | // ConfigFile returns the name of the config file. |
| 158 | func (e *Environment) ConfigFile() string { |
| 159 | return filepath.Join(e.configDir, "kopia.config") |
| 160 | } |
| 161 | |
| 162 | // MustReopen closes and reopens the repository. |
| 163 | func (e *Environment) MustReopen(tb testing.TB, openOpts ...func(*repo.Options)) { |
no outgoing calls