瀏覽代碼

ctest --output-on-failure

Benoit Blanchon 9 年之前
父節點
當前提交
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 .