Closed GoogleCodeExporter closed 9 years ago
Please send proposals to the googletestframework@googlegroups.com mailing list
instead. Thanks.
The proposed feature requires the test runner to know which tests failed in the
previous run, and thus is better done *outside* of gtest. You can get the list
of failed tests from gtest's output (textual or XML), and use the
--gtest_filter flag to select these tests to run. You can use --gtest_filter
with a negative filter to run the rest of the tests later.
Original comment by w...@google.com
on 29 Dec 2010 at 7:18
Original issue reported on code.google.com by
avia...@gmail.com
on 29 Dec 2010 at 7:13