Files
neon/docker-compose/ext-src/pgjwt-src/neon-test.sh
Alexey Masterov d6ed3eb557 Add some tests
2025-04-03 18:35:55 +02:00

6 lines
148 B
Bash
Executable File

#!/bin/bash
set -ex
cd "$(dirname "${0}")"
dropdb --if-exists contrib_regression
createdb contrib_regression
pg_prove -d contrib_regression test.sql