kopia lustrzana https://github.com/kartoza/docker-postgis
14 wiersze
204 B
Bash
14 wiersze
204 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
![]() |
source /scripts/env-data.sh
|
||
![]() |
|
||
|
# execute tests
|
||
|
pushd /tests
|
||
|
|
||
|
PGHOST=localhost \
|
||
|
PGDATABASE=gis \
|
||
|
PYTHONPATH=/lib \
|
||
|
python3 -m unittest -v test_replication.TestReplicationNode
|