Rollback...

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2015-12-15 16:26:55 +01:00
parent ee5f4b259b
commit 95b1475f27
4 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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" (

View File

@@ -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