diff --git a/.travis.yml b/.travis.yml index fb5c185c4..208654e29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: os: osx script: - ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite && make install -s -j2 - - ./travis/runtests.sh 64 + - ./travis/runtests.sh - env: TEST_NAME="Linux gcc (make) bundled" compiler: gcc diff --git a/appveyor.yml b/appveyor.yml index 83c4a1982..c2aaaca6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -106,7 +106,7 @@ build_script: before_test: - set PATH=%CD%\bin;%PATH% - set PATH=%CD%\bin64;%PATH% - - set EXCLUDE_TESTS=Data/ODBC Data/MySQL PDF + - set EXCLUDE_TESTS=Data/ODBC,Data/MySQL,PDF after_test: diff --git a/buildwin.cmd b/buildwin.cmd index f8421b856..33b511be1 100644 --- a/buildwin.cmd +++ b/buildwin.cmd @@ -143,6 +143,7 @@ if "%BUILD_TOOL%"=="msbuild" ( set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY% if not %LOGGER%X==X ( set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /logger:%LOGGER% + set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY% ) ) if not "%BUILD_TOOL%"=="msbuild" ( diff --git a/travis/runtests.sh b/travis/runtests.sh index b04dc91e3..6a486cdfa 100755 --- a/travis/runtests.sh +++ b/travis/runtests.sh @@ -15,4 +15,4 @@ export CPPUNIT_IGNORE="\ export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF" export PATH=$PATH:. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. -build/script/runtests.sh %1 +build/script/runtests.sh