|
Boost Testing : |
Subject: Re: [Boost-testing] [python tests] tests hang (OSX)
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2015-01-28 17:07:36
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").
Best,
Raffi Enficiaud