X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/af6d31cba8346ac86bc0027eb0f675144fb43056..91b6e4f4ae93850fb3cc38cf8566115a66f44b27:/tools/keep-rsync/keep-rsync_test.go diff --git a/tools/keep-rsync/keep-rsync_test.go b/tools/keep-rsync/keep-rsync_test.go index 9432a0d383..94281fa8bc 100644 --- a/tools/keep-rsync/keep-rsync_test.go +++ b/tools/keep-rsync/keep-rsync_test.go @@ -470,9 +470,11 @@ func (s *DoMainTestSuite) Test_doMainWithSrcAndDstConfig(c *C) { args := []string{"-src", srcConfig.Name(), "-dst", dstConfig.Name()} os.Args = append(os.Args, args...) - // Start keepservers. Since we are not doing any tweaking as in setupRsync func, - // kcSrc and kcDst will be the same and no actual copying to dst will happen, but that's ok. + // Start keepservers. Since we are not doing any tweaking as + // in setupRsync func, kcSrc and kcDst will be the same and no + // actual copying to dst will happen, but that's ok. arvadostest.StartKeep(2, false) + defer arvadostest.StopKeep(2) err := doMain() c.Check(err, IsNil)