20497: Give brief instructions for reviewing subprocess output
[arvados.git] / lib / controller / localdb / localdb_test.go
index 8e543114ce025ffc93d52427a0ba356a59c21861..053031a8cfdec1b8c8aea58d5cfe93f79a838448 100644 (file)
@@ -44,8 +44,10 @@ func (s *localdbSuite) TearDownSuite(c *check.C) {
 
 func (s *localdbSuite) SetUpTest(c *check.C) {
        *s = localdbSuite{}
+       logger := ctxlog.TestLogger(c)
        s.ctx, s.cancel = context.WithCancel(context.Background())
-       cfg, err := config.NewLoader(nil, ctxlog.TestLogger(c)).Load()
+       s.ctx = ctxlog.Context(s.ctx, logger)
+       cfg, err := config.NewLoader(nil, logger).Load()
        c.Assert(err, check.IsNil)
        s.cluster, err = cfg.GetCluster("")
        c.Assert(err, check.IsNil)