altocompta/unit-test/create-dossier-test.sh
2020-03-21 18:22:20 +01:00

9 lines
164 B
Bash
Executable file

#!/bin/bash
DOSSIER_TEST=rel70dossier25
FILE_TEST=dossiertest200318-1402.sql
dropdb $DOSSIER_TEST
createdb $DOSSIER_TEST
psql -X $DOSSIER_TEST < db/$FILE_TEST