[msi/tests] Create only one log file and delete it afterwards

James Hawkins truiken at gmail.com
Wed Sep 10 08:04:43 CDT 2008


On Wed, Sep 10, 2008 at 7:39 AM, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
> Hi,
>
> Instead of having 200 logfiles we now create one that we can delete
> afterwards
> as we know the name. This is not to speed up the tests but merely to get rid
> of
> the log files.
>
> We have to pass something for the log mode otherwise we would still have
> multiple files.
>
> (It also looks like Wine is still appending to that one file which is not
> the
> same as on Windows).
>
> Changelog
>  Create only one log file and delete it afterwards
>

Why don't you just disable logging?

MsiEnableLog(0, NULL, 0);

-- 
James Hawkins



More information about the wine-devel mailing list