Create test folder for phpunit
This commit is contained in:
parent
813ea086e7
commit
284fc2ebef
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
DOSSIER_TEST=rel70dossier25
|
||||
FILE_TEST=dossiertest191124-2109.bin
|
||||
FILE_TEST=dossiertest200318-1402.sql
|
||||
|
||||
dropdb $DOSSIER_TEST
|
||||
createdb $DOSSIER_TEST
|
||||
pg_restore -Fp --no-owner --no-privilege --verbose -d $DOSSIER_TEST db/$FILE_TEST
|
||||
psql -X $DOSSIER_TEST < db/$FILE_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue