Codebase list orafce / dd81315
Don't exit after expected failure Christoph Berg 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 case $v in
88 # older versions fail on concat, ignore that
99 # ERROR: function concat(unknown, unknown) does not exist
10 8*|9.0) FAIL="exit 0" ;;
11 *) FAIL="exit 1" ;;
10 8*|9.0) FAIL="true" ;;
11 *) FAIL="false" ;;
1212 esac
1313 pg_buildext installcheck-$v || $FAIL
1414 done