timescaledb/scripts/test_updates_pg16.sh
Jan Nidzwetzki df7a8fed6f Post-release fixes for 2.13.1
Bumping the previous version and adding tests for 2.13.1
2024-01-09 16:31:07 +01:00

17 lines
315 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_DIR=$(dirname $0)
# shellcheck source=scripts/test_functions.inc
source ${SCRIPT_DIR}/test_functions.inc
run_tests "$@" -v8 \
2.13.0-pg16 2.13.1-pg16
# Run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \
2.13.0-pg16 2.13.1-pg16