phpunit : use plain text for restoring test database

This commit is contained in:
Dany De Bontridder 2020-02-09 13:14:36 +01:00
parent 3fc8a14961
commit b9fd0bbe87

View file

@ -5,5 +5,5 @@ FILE_TEST=dossiertest191124-2109.bin
dropdb $DOSSIER_TEST
createdb $DOSSIER_TEST
pg_restore -Fc --no-owner --no-privilege --verbose -d $DOSSIER_TEST db/$FILE_TEST
pg_restore -Fp --no-owner --no-privilege --verbose -d $DOSSIER_TEST db/$FILE_TEST