diff options
author | Anatol Belski <ab@php.net> | 2017-12-22 23:27:20 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-12-22 23:27:20 +0100 |
commit | 0317dbd1265eb1ba67c9d5ab4c6ddb2111498573 (patch) | |
tree | e2b00f59a9738cadfaad6ec09997bb381b170929 /appveyor/test_task.bat | |
parent | 17795503ef4fc8f7cba5156f864094e56c8a62bf (diff) | |
parent | 5f235e42fb1bc14438bf8f923a039c2a42956241 (diff) | |
download | php-git-0317dbd1265eb1ba67c9d5ab4c6ddb2111498573.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Update tool path
Diffstat (limited to 'appveyor/test_task.bat')
-rw-r--r-- | appveyor/test_task.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 34ed37fb44..1f71c22014 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -37,7 +37,7 @@ set PGPASSWORD=Password12! rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12! echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc" set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD% -"C:\Program Files\PostgreSQL\9.5\bin\createdb.exe" test +"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test if %errorlevel% neq 0 exit /b 3 rem prepare for ext/openssl |