mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
test: reduce test output noise
This commit is contained in:
parent
ec43ecedc4
commit
2c8695683d
3 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package registry_test
|
||||
|
||||
import (
|
||||
"github.com/sirupsen/logrus"
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
|
|
@ -9,5 +10,6 @@ import (
|
|||
|
||||
func TestRegistry(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
logrus.SetOutput(GinkgoWriter)
|
||||
RunSpecs(t, "Registry Suite")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue