mirror of
https://github.com/restic/restic.git
synced 2025-08-22 13:17:48 +00:00
integration tests: Don't print anything to stdout
This commit is contained in:
@@ -52,6 +52,7 @@ func testRunInit(t testing.TB, opts GlobalOptions) {
|
||||
}
|
||||
|
||||
func testRunBackup(t testing.TB, target []string, opts BackupOptions, gopts GlobalOptions) {
|
||||
gopts.stdout = ioutil.Discard
|
||||
t.Logf("backing up %v", target)
|
||||
rtest.OK(t, runBackup(opts, gopts, target))
|
||||
}
|
||||
|
Reference in New Issue
Block a user