hg-1.4 test, solaris: 5 errors

Benoit Boissinot benoit.boissinot at ens-lyon.org
Sun Nov 8 12:01:49 CST 2009


On Sun, Nov 08, 2009 at 09:58:01AM -0800, rupert.thurner wrote:
> On 8 Nov., 18:47, "rupert.thurner" <rupert.thur... at gmail.com> wrote:
> > On 8 Nov., 18:32, Benoit Boissinot <benoit.boissi... at ens-lyon.org>
> > wrote:
> >
> > > For bisect, can you give us the return code when trying to execute a
> > > program that does not exist? (hg expects 127)
> >
> > this is the shell as well:
> >
> > rupert at build10s:~/hg-stable-10s
> > $ asdf
> > -bash: asdf: command not found
> >
> > rupert at build10s:~/hg-stable-10s
> > $ echo $?
> > 127
> >
> > rupert at build10s:~/hg-stable-10s
> > $ sh
> > $ asdf
> > asdf: not found
> > $ echo $?
> > 1
> > $
> 
> you think a change from /bin/sh to /bin/bash in all tests would be
> acceptable to avoid such errors for once and forever?

It probably won't fix this particular error anyway (hg is calling
util.system() to invoke the command), so no.

cheers,

Benoit

-- 
:wq


More information about the Mercurial-devel mailing list