Browse Source

Verbose test

Christophe 5 years ago
parent
commit
315e8d2dba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -76,7 +76,7 @@ build_script:
   - cmake --build . --parallel --config %CONFIGURATION% -- /m /v:minimal
 
 test_script:
-  - ctest --parallel 4 --output-on-failure -C %CONFIGURATION%
+  - ctest --parallel 4 --verbose -C %CONFIGURATION%
   - cd ..
   - ps: |
       mkdir build_test_cmake