mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Turn on color, turn on EmitSpecProgress
This commit is contained in:
parent
8f69192be4
commit
845605458a
@ -32,13 +32,12 @@ import (
|
||||
type testResult bool
|
||||
|
||||
func init() {
|
||||
// Turn off colors by default to make it easier to collect console output in Jenkins
|
||||
// Override colors off with --ginkgo.noColor=false in the command-line
|
||||
config.DefaultReporterConfig.NoColor = true
|
||||
|
||||
// Turn on verbose by default to get spec names
|
||||
config.DefaultReporterConfig.Verbose = true
|
||||
|
||||
// Turn on EmitSpecProgress to get spec progress (especially on interrupt)
|
||||
config.GinkgoConfig.EmitSpecProgress = true
|
||||
|
||||
// Randomize specs as well as suites
|
||||
config.GinkgoConfig.RandomizeAllSpecs = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user