Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 4, 2023
1 parent c8115a6 commit 7c54647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/with-postgres-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ sed -ie '/^#\?\(external_pid_file\|unix_socket_directories\|port\)\b/d' testing/
echo "port = 54321"
) >> testing/postgresql-data/postgresql.conf

# usage in trap is not recognized
# shellcheck disable=SC2317
stop_postgres() {
EXIT_CODE=$?
step "Stopping PostgreSQL"
Expand Down

0 comments on commit 7c54647

Please sign in to comment.