mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 10:33:27 +08:00
11 lines
155 B
Bash
Executable File
11 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
SCRIPT_DIR=$(dirname $0)
|
|
|
|
source ${SCRIPT_DIR}/test_functions.inc
|
|
|
|
run_tests -v7 \
|
|
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13
|