forked from TrueCloudLab/restic
Silence rebuild-index tests
This commit is contained in:
parent
566fb22bcf
commit
7b8e42a763
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ func cmdCheckOutput(t testing.TB, global GlobalOptions) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func cmdRebuildIndex(t testing.TB, global GlobalOptions) {
|
func cmdRebuildIndex(t testing.TB, global GlobalOptions) {
|
||||||
|
global.stdout = ioutil.Discard
|
||||||
cmd := &CmdRebuildIndex{global: &global}
|
cmd := &CmdRebuildIndex{global: &global}
|
||||||
OK(t, cmd.Execute(nil))
|
OK(t, cmd.Execute(nil))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue