Re: [HACKERS] MSVC build failure not exiting with proper error ststus

2007-05-22 Thread Andrew Dunstan
Magnus Hagander wrote: Andrew Dunstan wrote: 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

Re: [HACKERS] MSVC build failure not exiting with proper error ststus

2007-05-22 Thread Magnus Hagander
Andrew Dunstan wrote: > > 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

[HACKERS] MSVC build failure not exiting with proper error ststus

2007-05-14 Thread Andrew Dunstan
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 fix