Skip to content

Commit

Permalink
Merge pull request kubernetes#4229 from zmerlynn/gingko_flags
Browse files Browse the repository at this point in the history
Turn on color, turn on EmitSpecProgress
  • Loading branch information
j3ffml committed Feb 6, 2015
2 parents 45fc7fe + 8456054 commit 172b2d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/e2e/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 172b2d0

Please sign in to comment.