phpunit : use plain text for restoring test database
This commit is contained in:
parent
3fc8a14961
commit
b9fd0bbe87
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue