Add explicit postgres user during setup
This commit is contained in:
parent
24c292ba15
commit
2d3f8a5764
@ -35,8 +35,8 @@ before_test:
|
|||||||
mysql -u root test_db --password=Password12! < extensions\database\test\conf\travis-mysql.sql
|
mysql -u root test_db --password=Password12! < extensions\database\test\conf\travis-mysql.sql
|
||||||
SET PGUSER="postgres"
|
SET PGUSER="postgres"
|
||||||
SET PGPASSWORD="Password12!"
|
SET PGPASSWORD="Password12!"
|
||||||
psql -c 'CREATE DATABASE test_db;'
|
psql -U postgres -c 'CREATE DATABASE test_db;'
|
||||||
psql test_db < extensions\database\test\conf\travis-pgsql.sql
|
psql -U postgres test_db < extensions\database\test\conf\travis-pgsql.sql
|
||||||
copy extensions\database\test\conf\appveyor_int_tests.xml extensions\database\test\conf\int_tests.xml
|
copy extensions\database\test\conf\appveyor_int_tests.xml extensions\database\test\conf\int_tests.xml
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user