MSVC build failure not exiting with proper error ststus

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: MSVC build failure not exiting with proper error ststus
Date: 2007-05-15 02:09:15
Message-ID: 4649164B.7050902@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


mastodon and skylark just failed at the make stage due to a thinko on my
part (now fixed). However, this is not correctly caught by the buildfarm
script, meaning that the process invoked at this stage ('build 2>&1') is
not exiting properly with a non-zero status on error. That needs to be
fixed.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-05-15 02:36:32 Re: Behavior of GENERATED columns per SQL2003
Previous Message Andrew Dunstan 2007-05-15 00:21:00 Re: What is happening on buildfarm member baiji?