Browse Source

AppVeyor Unit test: print test log

bel2125 7 years ago
parent
commit
50e42912f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -364,7 +364,7 @@ test_script:
   - set CTEST_OUTPUT_ON_FAILURE=1
   - cmd /c "%test%" & set "test_ret=%ERRORLEVEL%"
   - echo "Test returned %test_ret%"
-  - dir /s test.log
+  - type "%source_path%\output\build\unittest\test.log"
   - cd "%source_path%"
   - set "output_path=%source_path%\output"
   - set "build_path=%output_path%\build"