Skip to content

Commit decf785

Browse files
committed
Testing
1 parent 5d80687 commit decf785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ arm_task:
191191
tests_script:
192192
- export SKIP_IO_CAPTURE_TESTS=1
193193
- export CI_NO_IPV6=1
194-
- export MYSQL_TEST_HOST=localhost
194+
- export MYSQL_TEST_HOST=127.0.0.1
195195
- export MYSQL_TEST_USER=root
196196
- export MYSQL_TEST_PASSWD=root
197-
- export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
197+
- export PDO_MYSQL_TEST_DSN="mysql:host=127.0.0.1;dbname=test"
198198
- export PDO_MYSQL_TEST_USER=root
199199
- export PDO_MYSQL_TEST_PASS=root
200-
- export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
201-
- export PDO_DBLIB_TEST_DSN="dblib:host=localhost;dbname=master;version=7.0"
200+
- export PDO_PGSQL_TEST_DSN="pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres"
201+
- export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
202202
- export PDO_DBLIB_TEST_USER="sa"
203203
- export PDO_DBLIB_TEST_PASS="mssql"
204204
- >-

0 commit comments

Comments
 (0)