mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
implement structured logging
This commit is contained in:
committed by
Benj Fassbind
parent
0c749922c9
commit
8e62195eb5
+1
-1
@@ -45,7 +45,7 @@ func (s *ChangesSuite) SetUpTest(c *C) {
|
||||
|
||||
s.checksumStorage = files.NewMockChecksumStorage()
|
||||
s.packagePool = files.NewPackagePool(s.Dir, false)
|
||||
s.progress = console.NewProgress()
|
||||
s.progress = console.NewProgress(false)
|
||||
s.progress.Start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user