Re: msvc and vista fun

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: msvc and vista fun
Дата
Msg-id 467FCC01.6080800@dunslane.net
обсуждение исходный текст
Ответ на Re: msvc and vista fun  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: msvc and vista fun  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: "Mike Rylander"
Дата:
Сообщение: Re: [Fwd: Re: tsearch in core patch]
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: msvc and vista fun