mirror of
https://github.com/restic/restic.git
synced 2025-06-07 21:48:30 +00:00
Silence rebuild-index tests
This commit is contained in:
parent
566fb22bcf
commit
7b8e42a763
@ -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…
x
Reference in New Issue
Block a user