[PATCH] test-notify: make it pass on Mac OS X

Lee Cantey lcantey at gmail.com
Sun Mar 23 16:38:33 CDT 2008


On Mar 21, 2008, at 1:59 PM, Matt Mackall wrote:
>
> On Thu, 2008-03-20 at 00:35 +0100, Florent Guillaume wrote:
>> +hg --traceback --cwd b pull ../a 2>&1 |
>> +  python -c 'import sys,re; print re.sub("\n\t", " ",  
>> sys.stdin.read()),' |
>> +  sed -e 's/\(Message-Id:\).*/\1/' \
>>   -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in  
>> test-notif/' \
>>   -e 's/^details: .*test-notify/details: test-notify/' \
>>   -e 's/^Date:.*/Date:/'
>
> That's a pretty scary hack. Anyone else running into this?

Yes on 10.5.  I've been overriding TMPDIR when running tests in my  
build system.

Lee


More information about the Mercurial-devel mailing list