Austin English wrote:
On Thu, Nov 19, 2009 at 9:41 AM, James Mckenzie jjmckenzie51@earthlink.net wrote:
From: Austin English austinenglish@gmail.com Sent: Nov 19, 2009 10:31 AM To: James Mckenzie jjmckenzie51@earthlink.net Cc: Wine Development Mailing List wine-devel@winehq.org Subject: Re: Difficulties with Regression Testing
- Something else is causing the check.bmp file not to be found and thus the tests fail on the fourth git bisect
good. The .rc file that calls this file is located in two different directorys but the check.bmp file only exists in the tools/subdirectory.
IIRC, that was a file for the cryptui manager that AJ forgot to include with the commit needing it. Try either putting it there manually from another git branch, or using make -k.
Where does this need to be added? I might be able to figure it out, but I don't want to go guessing.
Put it in dlls/cryptui/, or just use make -k to ignore it.
Thanks. The bug was not in that bisect. However, it did appear later in the sequence. Only two revisions left to test now.
James McKenzie