Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [python tests] tests hang (OSX)
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2015-01-28 17:12:16


On Wed, Jan 28, 2015 at 4:07 PM, Raffi Enficiaud <
raffi.enficiaud_at_[hidden]> wrote:

> Le 28/01/15 21:36, Rene Rivera a écrit :
>
>> On Wed, Jan 28, 2015 at 9:26 AM, Raffi Enficiaud
>> <raffi.enficiaud_at_[hidden]
>> <mailto:raffi.enficiaud_at_[hidden]>> wrote:
>>
>> So what about adding "< /dev/null" to the launching line?
>>
>>
>> Sure.. Although it's a bit trickier than just adding it since "<
>> /dev/null" will not work on Windows. Try the attached testing.jam and
>> tell me if it solves the problem.
>>
>>
>
> The script seems to work good if I change
> $(LAUNCHER) "$(>)" $(ARGS) "$(INPUT_FILES)" > "$(output-file)" 2>&1 <
> $(.NULLIN)
>
> to
>
> $(LAUNCHER) "$(>)" $(ARGS) "$(INPUT_FILES)" > "$(output-file)" 2>&1
> $(.NULLIN)
>
> (the < before the $(.NULLIN) expands to "< < /dev/null")
>
> Thanks! Should I create a ticket? If so, just tell me the component (not
> clear if "Regression testing" or "building boost").

No need for a ticket. I checked in the fix.

-- 
-- Rene Rivera
-- Grafik - Don't Assume Anything
-- Robot Dreams - http://robot-dreams.net
-- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail


Boost-testing list run by mbergal at meta-comm.com