Hi Everyone, I need an advice here. When I look at the test matrix online, I can easily see how many tests failed. In contrast, when I run the tests locally (call b2 in folder 'test') I get a bunch of output, but I cannot easily figure out if and how many tests have failed. Is there a way to do it? Or to build a summary of some sort? Regards, &rzej
On Tuesday 02 June 2015 00:44:09 Andrzej Krzemienski wrote:
Hi Everyone, I need an advice here. When I look at the test matrix online, I can easily see how many tests failed. In contrast, when I run the tests locally (call b2 in folder 'test') I get a bunch of output, but I cannot easily figure out if and how many tests have failed. Is there a way to do it? Or to build a summary of some sort?
I typically work with just b2 output. If anything fails b2 outputs something like this in the end: ...failed updating 1 target... ...skipped 2 targets... ...updated 1832 targets... If everything is fine, only the "updated" line is present. Of course, if you want to see which tests failed you will have to grep for "...failed" in the output.
participants (2)
-
Andrey Semashev
-
Andrzej Krzemienski