More consistent loading of the test fixtures (#1506)
Remove db setup from the Haskell test suite and include it in the test bash scripts.
This commit is contained in:
@@ -55,6 +55,8 @@ ALTER DATABASE $DB SET LC_MESSAGES = 'POSIX';
|
||||
ALTER DATABASE $DB SET LC_MONETARY = 'POSIX';
|
||||
ALTER DATABASE $DB SET LC_NUMERIC = 'POSIX';
|
||||
ALTER DATABASE $DB SET LC_TIME = 'POSIX';
|
||||
|
||||
\i $BASEPATH/fixtures/load.sql
|
||||
EOF
|
||||
|
||||
#Remove database path from the connection uri--prevents setting up the new database name with PGDATABASE
|
||||
|
||||
Reference in New Issue
Block a user