|
Boost Testing : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-11-07 10:25:38
Reece Dunn <msclrhd_at_[hidden]> wrote:
> It might also be useful to print out what errno and GetLastError() are
> telling us.
> Are they always failing when slot == 0? You might want to add the
> extra line I suggested:
> printf( "=== command file (%d) \"%s\"\n", slot, cmdtab[ slot
> ].tempfile );
OK I will add these, but first I want to wait till current run of vc8
tests is complete (successfully or due to file error)
Besides, using filemon (from sysinternals) I found that only slot 0 is
being used, that is all files have identical name (jam{thread}00.bat).
B.