Describe the bug
the -v flag should print the verbose output and all the trace information.
This is true when all of the tests are passing, but when one fails, the verbose output is suppressed.
To Reproduce
Steps to reproduce the behavior:
- hcunit eval -v
- on a failing tests
- no verbose output will be printed
Expected behavior
- hcunit eval -v
- on a failing tests
- verbose output will be printed (just as it is when all tests pass w/ -v flag)