If the "delete pending" thing is detectable, we could even just fix it
in error handling.

if ( $@ =~ /delete pending/ ) {
    print "Waiting for files to delete...\n";
    sleep(5);
    run_it_again();
}

Adam K

2009/1/15 David Golden <[email protected]>:
> On Wed, Jan 14, 2009 at 3:29 PM, Jan Dubois <[email protected]> wrote:
>
>> I've gotten rid of all of these problems by adding all my build and test
>> directories to exclusion lists of the virus checkers.  Makes things run
>> slightly faster too. :)
>>
>
> I've suspected the virus scanner.  Sadly, on my corporate-issue laptop, the
> virus scanner is locked down and I can't give it an exclusion list.
>
> I wonder if it would make sense to try two passes at deletion before having
> tests fail.  I doubt I'm the only Windows user experiencing this and if we
> can avoid these kinds of spurious test failures, it will improve the
> appearance of M::B's stability.
>
> -- David
>

Reply via email to