From 445dff499b6795acfc65d7e92ded2563c88d45a1 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 22 Apr 2017 11:34:12 +0200 Subject: [PATCH] ctest --output-on-failure --- appveyor.yml | 2 +- scripts/travis/cmake.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 73928d95..b4e5c243 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,4 +15,4 @@ before_build: build_script: - cmake --build . --config %CONFIGURATION% test_script: -- ctest -V . +- ctest --output-on-failure . diff --git a/scripts/travis/cmake.sh b/scripts/travis/cmake.sh index 44bf5ffb..56691d9b 100755 --- a/scripts/travis/cmake.sh +++ b/scripts/travis/cmake.sh @@ -27,4 +27,4 @@ fi $CMAKE . $CMAKE --build . -$CTEST -VV . +$CTEST --output-on-failure .