|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-09-20 15:09:51
On Sep 20, 2007, at 10:36 AM, Rene Rivera wrote:
> Rene Rivera wrote:
>> ===
>> #define EXIT_TIMEOUT 2
>> void out_action(
>> const char * action,
>> const char * target,
>> const char * command,
>> const char * out_data,
>> const char * err_data,
>> int exit_reason
>> );
>> ===
>> And then doing a switch in the out_action based on the exit_reason.
>
> I checked in partial code that has the above change. The
> exit_reason indicator is implemented for Windows.
I just checked in the mods to execunix.c and output.c. I also
touched option_l.jam because once I added the time out diagnostic,
test.sh began reporting errors.
Tested on Sun, Ibm, Sgi and Linux variants.
-- Noel