Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 20, 2024
1 parent 4ceecde commit 522dea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ validate_log() {
# Older versions of PostGIS don't support the margin parameter, so we need to remove it from the log
remove_line "$LOG_FILE" 'Margin parameter in ST_TileEnvelope is not supported'
remove_line "$LOG_FILE" 'Source IDs must be unique'
remove_line "$LOG_FILE" 'PostgreSQL 11.10.0 is older than the recommended 12.0.0'

echo "Checking for no other warnings or errors in the log"
if grep -e ' ERROR ' -e ' WARN ' "$LOG_FILE"; then
Expand Down

0 comments on commit 522dea8

Please sign in to comment.