mirror of https://github.com/yandex/odyssey.git
9 lines
143 B
Bash
9 lines
143 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
/usr/bin/pg_ctlcluster 12 main restart
|
||
|
psql -h localhost -p 5432 -U postgres -c 'SELECT 1 AS ok'
|
||
|
|
||
|
/ody-intergration-test
|
||
|
|
||
|
|