From 6f33dc0e6d48110fa96fce001e4a6477cecc4f9c Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Tue, 20 Aug 2019 11:37:27 +0200 Subject: [PATCH] CI tests: log DDSI configuration to stderr Signed-off-by: Erik Boasson --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf1729b..1bc7d96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -182,7 +182,7 @@ script: ${SCAN_BUILD} cmake --build . --config ${BUILD_TYPE} --target install ;; esac - - CYCLONEDDS_URI='all' ctest -j 4 --output-on-failure -T test -C ${BUILD_TYPE} + - CYCLONEDDS_URI='allconfigstderr' ctest -j 4 --output-on-failure -T test -C ${BUILD_TYPE} - if [ "${ASAN}" != "none" ]; then CMAKE_LINKER_FLAGS="-DCMAKE_LINKER_FLAGS=-fsanitize=${USE_SANITIZER}"; CMAKE_C_FLAGS="-DCMAKE_C_FLAGS=-fsanitize=${USE_SANITIZER}"; diff --git a/appveyor.yml b/appveyor.yml index 276e4bf..ed302a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,5 +46,5 @@ build_script: - cd ../../../../../.. test_script: - - set "CYCLONEDDS_URI=all" + - set "CYCLONEDDS_URI=allconfigstderr" - ctest --output-on-failure --parallel 4 --test-action test --build-config %CONFIGURATION%