[postgis-devel] [PostGIS] #2047: debbie not registering error on regress compile failure

PostGIS trac at osgeo.org
Sat Oct 13 05:45:23 PDT 2012


#2047: debbie not registering error on regress compile failure
-----------------------+----------------------------------------------------
 Reporter:  robe       |       Owner:  robe          
     Type:  defect     |      Status:  new           
 Priority:  medium     |   Milestone:  Management 2.0
Component:  buildbots  |     Version:  trunk         
 Keywords:             |  
-----------------------+----------------------------------------------------
 It seems if regress fails during compile, Debbie doesn't register as
 failure and remarks success.  Winnie seems to fail correctly on make
 failures during regress.

 I saw it when I setup a Postgres 9.0 regress.

 I think it might be this line


 {{{

 if [ "$?" != "0" ]; then
   exit $?
 fi
 }}}

 Because when I take it out, it correctly fails.  I'm going to remove it
 from the regular regress script to see if it fixes the issue,

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2047>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list