#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,
Note:
See TracTickets
for help on using tickets.
okay I took the line out of main regress so hopefully that will fix the missing compile error issue.