diff --git a/test.sh b/test.sh index 5c9c507..323efc7 100755 --- a/test.sh +++ b/test.sh @@ -92,9 +92,9 @@ test_run() { df -h . docker ps --all -# # Run the PostgreSQL container in one shot mode -# TARGET_TAG="${TARGET}-${FLAVOR}" docker compose -f docker-compose-pgauto.yml run --rm -e PGAUTO_ONESHOT=yes postgres -# + # Run the PostgreSQL container in one shot mode + TARGET_TAG="${TARGET}-${FLAVOR}" docker compose -f docker-compose-pgauto.yml run --rm -e PGAUTO_ONESHOT=yes postgres + # # Verify the PostgreSQL data files are now the target version # PGVER=$(sudo cat postgres-data/PG_VERSION) # if [ "$PGVER" != "${TARGET}" ]; then