mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 18:43:18 +08:00
12 lines
191 B
Bash
Executable File
12 lines
191 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 -v7 \
|
|
2.5.0-pg14 2.5.1-pg14
|