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



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to