diff options
author | Anatol Belski <ab@php.net> | 2018-01-03 21:05:56 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-01-03 21:05:56 +0100 |
commit | f9072ac62a288eebf7556f10d9a7d1fc22740602 (patch) | |
tree | 540c74b4765178b3bea78af2c71b044cdbd49c44 | |
parent | b0db19e2231f23fc4bd3138aad8eee5dce98ece1 (diff) | |
download | php-git-f9072ac62a288eebf7556f10d9a7d1fc22740602.tar.gz |
Revert "Enable ODBC tests on AppVeyor"
This reverts commit b0db19e2231f23fc4bd3138aad8eee5dce98ece1.
More test fixes needed to evaluate.
-rw-r--r-- | .appveyor.yml | 1 | ||||
-rw-r--r-- | appveyor/test_task.bat | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b2f6484de7..8b7b69aa1b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,7 +44,6 @@ services: # the setup scripts have to be touched, once some other db version is used - mysql - postgresql96 - - mssql2017 platform: - x64 diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 2592da5c5e..1ffdc3cdf4 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -40,12 +40,6 @@ set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% "C:\Program Files\PostgreSQL\9.6\bin\createdb.exe" test if %errorlevel% neq 0 exit /b 3 -rem setup ODBC related exts -set ODBC_TEST_USER=sa -set ODBC_TEST_PASS=Password12! -set ODBC_TEST_DSN=Driver={ODBC Driver 13 for SQL Server};Server=(local)\SQL2017;Database=master;uid=%ODBC_TEST_USER%;pwd=%ODBC_TEST_PASS% -set PDOTEST_DSN=odbc:%ODBC_TEST_DSN% - rem prepare for ext/openssl if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL |