Use native createdb command
This commit is contained in:
parent
2d3f8a5764
commit
cd123e86f3
@ -35,7 +35,7 @@ before_test:
|
||||
mysql -u root test_db --password=Password12! < extensions\database\test\conf\travis-mysql.sql
|
||||
SET PGUSER="postgres"
|
||||
SET PGPASSWORD="Password12!"
|
||||
psql -U postgres -c 'CREATE DATABASE test_db;'
|
||||
createdb test_db
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user