mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
6 lines
148 B
Bash
Executable File
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 |