Re: msvc and vista fun - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: msvc and vista fun
Date
Msg-id 467FCC01.6080800@dunslane.net
Whole thread Raw
In response to Re: msvc and vista fun  (Magnus Hagander <magnus@hagander.net>)
Responses Re: msvc and vista fun  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers

Magnus Hagander wrote:
>
> Can you run the build in "broken mode" but *without* using the buildfarm
> scripts, and see what errorlevel you get? Meaning:
> build.bat
> ... wait ...
> echo %errorlevel%
>
> It should output 1 if that part works, 0 if it fails. That'll tell us if
> the problem is in the bf or if it's in the actual build system.
>
>
>   

It fails and says 1.

Now, if I change the build script so it says
 exit %E

instead of
 exit /b %E

I pick up the exit status just fine. I wonder if wer have different 
flavors of command interpreter? (My perl is the latest one from 
ActiveState, btw. I assume you're using that.)

Can we change that or make it switchable? I'd be happy to provide an 
environment variable like RUNNING_BUILDFARM if that would help.

cheers

andrew



pgsql-hackers by date:

Previous
From: "Mike Rylander"
Date:
Subject: Re: [Fwd: Re: tsearch in core patch]
Next
From: Magnus Hagander
Date:
Subject: Re: msvc and vista fun