فهرست منبع

ctest --output-on-failure

Benoit Blanchon 8 سال پیش
والد
کامیت
445dff499b
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      appveyor.yml
  2. 1 1
      scripts/travis/cmake.sh

+ 1 - 1
appveyor.yml

@@ -15,4 +15,4 @@ before_build:
 build_script:
 - cmake --build . --config %CONFIGURATION%
 test_script:
-- ctest -V .
+- ctest --output-on-failure .

+ 1 - 1
scripts/travis/cmake.sh

@@ -27,4 +27,4 @@ fi
 
 $CMAKE .
 $CMAKE --build .
-$CTEST -VV .
+$CTEST --output-on-failure .