Opened 12 years ago
Last modified 12 years ago
#4944 new Feature Requests
Summary of failed unit tests
Reported by: | Thomas Heller | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.45.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
While unit testing your component, you want to see if all pass, or if something fails.
Currently, bjam only gives a statement how many tests fail at the end. Not which tests.
It would be nice to have a summary listing of the failed tests at the end.
The -q option is not applicable here, because you eventually want to see the current status of all unit tests.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Component: | bjam → build |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
A grep on ...failed could give you a good idea of what is failing.