Use native createdb command

This commit is contained in:
Antonin Delpeuch 2018-01-27 18:24:09 +00:00
parent 2d3f8a5764
commit cd123e86f3

View File

@ -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