From: Andre Hentz (ahentz_at_[hidden])
Date: 2004-01-13 17:42:20


Hi,

it sometimes annoys me that I can't get a list of failing tests from
test_all.py. I suggest that all tests should be run and their results
reported, instead of stopping after the first failure. Here's a simple fix:

Index: test_all.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/test/test_all.py,v
retrieving revision 1.74
diff -r1.74 test_all.py
38c38
< raise

---
> continue
Does that seem good enough or do we need a command line switch for that?
best,
Andre Hentz