Opened 12 years ago

Closed 12 years ago

Last modified 4 years ago

#2047 closed defect (fixed)

debbie not registering error on regress compile failure

Reported by: robe Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: QA/buildbots Version: master
Keywords: Cc:

Description

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,

Change History (2)

comment:1 by robe, 12 years ago

Resolution: fixed
Status: newclosed

okay I took the line out of main regress so hopefully that will fix the missing compile error issue.

comment:2 by robe, 4 years ago

Milestone: Management 2.0Website Management, Bots

Milestone renamed

Note: See TracTickets for help on using tickets.