From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-11-02 12:13:59


"Beman Dawes" <bdawes_at_[hidden]> wrote in message
news:472B20D1.5080503_at_acm.org...
> Gennadiy Rozental wrote:
>> "Rene Rivera" <grafikrobot_at_[hidden]> wrote in message
>> news:472A4702.906_at_gmail.com...
>>> This change
>>> <http://svn.boost.org/trac/boost/changeset/40271/trunk/libs/test/test/Jamfile.v2>
>>> means that the Boost.Test library is no longer tested as part of the
>>> regression tests run from trunk/status/Jamfile.v2.
>>>
>>> Is this intentional? If not please fix this. If it is intentional,
>>> please notify the testers that they may need to delete the Boost.Test
>>> results if the are running incremental tests.
>>
>> It's not. This is what I was told to do to implement "test" target.
>>
>> What should be done to fix it?
>
> Revert it. Don't wait until you have a fix.
>
> Why was this change committed? How could it have passed tests on your
> local machine?

It works for me locally. I always run tests with explicit targets or "test"
target, since I am running bjam through extra script that captures output
(bjam doesn't do this). I've removed explicit rule for now.

Gennadiy