Exclude Data* tests.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-09 12:15:41 +01:00
parent f7d2bed925
commit f02c65324a

View File

@ -9,6 +9,7 @@ cache:
services: services:
- mysql - mysql
- mongodb - mongodb
- mssql2014
configuration: configuration:
# - Debug # - Debug
@ -72,7 +73,7 @@ test_script:
# - set PATH=%CD%\cmake-build\bin\Release;%PATH% # - set PATH=%CD%\cmake-build\bin\Release;%PATH%
# - set EXCLUDE_TESTS=Crypto,NetSLL_Win,Data/ODBC,Data/MySQL # - set EXCLUDE_TESTS=Crypto,NetSLL_Win,Data/ODBC,Data/MySQL
# - build\script\runtests2.cmd # - build\script\runtests2.cmd
- ctest -VV -C %configuration% - ctest -VV -C %configuration% -E "Data*"