소스 검색

AppVeyor Unit test: print test log

bel2125 7 년 전
부모
커밋
50e42912f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"