Skip to content

Commit

Permalink
fix: for go vet to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
carldunham authored and Andrea Nodari committed Jul 17, 2018
1 parent 7004cb1 commit 69338ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ginkgo/testrunner/test_runner.go
Expand Up @@ -367,9 +367,8 @@ func (t *TestRunner) runParallelGinkgoSuite() RunResult {
| |
| Ginkgo timed out waiting for all parallel nodes to report back! |
| |
-------------------------------------------------------------------
`)
fmt.Println(t.Suite.PackageName, "timed out. path:", t.Suite.Path)
-------------------------------------------------------------------`)
fmt.Println("\n", t.Suite.PackageName, "timed out. path:", t.Suite.Path)
os.Stdout.Sync()

for _, writer := range writers {
Expand Down

0 comments on commit 69338ec

Please sign in to comment.