Skip to content

Commit

Permalink
print location of test suite that failed to report back (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-lawrence authored and Onsi Fakhouri committed Apr 2, 2017
1 parent 13c94a1 commit d77ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ginkgo/testrunner/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func (t *TestRunner) runParallelGinkgoSuite() RunResult {
| |
-------------------------------------------------------------------
`)

fmt.Println(t.Suite.PackageName, "timed out. path:", t.Suite.Path)
os.Stdout.Sync()

for _, writer := range writers {
Expand Down

0 comments on commit d77ac73

Please sign in to comment.