|
@@ -365,13 +365,16 @@ test_script:
|
|
- cmd /c "%test%" & set "test_ret=%ERRORLEVEL%"
|
|
- cmd /c "%test%" & set "test_ret=%ERRORLEVEL%"
|
|
- echo "Test returned %test_ret%"
|
|
- echo "Test returned %test_ret%"
|
|
- dir "%source_path%\output\build\unittest\"
|
|
- dir "%source_path%\output\build\unittest\"
|
|
- - for /r %%i in ("%source_path%\output\build\unittest\test-*") do (type %%i)
|
|
|
|
|
|
+ - echo "Show all test logs:"
|
|
|
|
+ - for /r %%i in ("%source_path%\output\build\unittest\test-*.log") do (echo %%i & type %%i)
|
|
|
|
+ - for /r %%i in ("%source_path%\output\build\unittest\test-*.xml") do (echo %%i & type %%i)
|
|
- cd "%source_path%"
|
|
- cd "%source_path%"
|
|
- set "output_path=%source_path%\output"
|
|
- set "output_path=%source_path%\output"
|
|
- set "build_path=%output_path%\build"
|
|
- set "build_path=%output_path%\build"
|
|
- set "install_path=%output_path%\install"
|
|
- set "install_path=%output_path%\install"
|
|
- set "third_party_dir=C:\third-party"
|
|
- set "third_party_dir=C:\third-party"
|
|
- exit /B %ERRORLEVEL%
|
|
- exit /B %ERRORLEVEL%
|
|
|
|
+ - echo "Test script DONE"
|
|
|
|
|
|
after_test:
|
|
after_test:
|
|
- echo "Current directory:"
|
|
- echo "Current directory:"
|