stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

stderr is not captured or printed #1

Closed tylerstillwater closed 11 years ago

tylerstillwater commented 11 years ago

Only stdout is captured and printed. stderr is not. This leads to very strange behavior when go test fails and prints to stderr. Must capture stderr and print it when go test fails.