Re: msvc and vista fun
- From: Michael Paesold <mpaesold(at)gmx(dot)at>
- To: Andrew Dunstan <andrew(at)dunslane(dot)net>
- Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Dave Page <dpage(at)postgresql(dot)org>
- Subject: Re: msvc and vista fun
- Date: Mon, 25 Jun 2007 08:07:26 +0200
- Message-id: <467F5B9E(dot)8080907(at)gmx(dot)at>
Andrew Dunstan wrote:
Relevant perl code executed by buildfarm:
chdir "$pgsql/src/tools/msvc";
@makeout = `build 2>&1`;
chdir $branch_root;
my $status = $? >>8;
I know the docs say otherwise, but would it be possible that "chdir"
somehow resets $? on windows, sometimes, under some circumstances?
Perhaps just move up the "my $status.." one line up?
Best Regards
Michael Paesold
Home |
Main Index |
Thread Index