On 27 juin 2014, at 12:00, Allan Odgaard <mailingl...@textmate.org> wrote:

> On 25 Jun 2014, at 14:20, Eduardo Francos wrote:
> 
>> […] Strangely enough, each time I run the build the tests that fail are 
>> different, but they are all in Frameworks/scm/tests/t_git.cc
> 
> The tests are executed in concurrent dispatch queues, so it might be a race 
> condition of sorts.
> 

I thought that could be the case so I run ninja -j 1  to ensure(?) a single 
queue, but that didn't help either.

>> I've searched all over, including the mailing lists archives but haven't 
>> found a solution yet. I tried "scm
> What you can do is manually run the ‘touch’ command that it executes, to see 
> the exact command run: ninja -vn scm/coerce
> 

That did it :-)
After issuing the touch command I reset my modified 
Frameworks/scm/tests/t_git.cc and then the ninja build finished OK. Thanks

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
textmate-dev mailing list
textmate-dev@lists.macromates.com
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to