forked from TrueCloudLab/restic
Remove flags from tests
This commit is contained in:
parent
002c7883c3
commit
030f08a410
7 changed files with 44 additions and 20 deletions
|
@ -22,7 +22,7 @@ func setupLocalBackend(t *testing.T) *local.Local {
|
|||
}
|
||||
|
||||
func teardownLocalBackend(t *testing.T, b *local.Local) {
|
||||
if !*TestCleanup {
|
||||
if !TestCleanup {
|
||||
t.Logf("leaving local backend at %s\n", b.Location())
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue