Closed tamird closed 7 years ago
Thanks! Seems like you forgot to add the test file (this is why tests on travis fail) - can you add it?
Sure, I can add them, but I'd be guessing as to what they should look like - the bug here is that the result of parsing this input is actually empty.
I don't understand. The test log says:
regression_test.go:47: can't read data/out/xunit/gotest-fatal-nosummary.out.xml - open data/out/xunit/gotest-fatal-nosummary.out.xml
You'll need to add this file (and same in data/out/xunit.net)
If it's an empty file, add an empty file.
@tebeka updated courtesy of @jordanlewis
Thanks!
This can trigger when tests terminate with
log.Fatal
oros.Exit
.This is an issue report in the form of a PR - currently this kind of failure results in nothing reported from go2xunit :(
@tebeka cc @jordanlewis @raduberinde (ccing because maybe we want to change our log.Fatal to panic at the end instead of os.Exit'ing).