diff --git a/appveyor.yml b/appveyor.yml index 11516ab67f..271adefbc4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,6 +84,3 @@ test_script: c:\projects\wxwidgets\build\tools\appveyor-test.bat after_test: - ps: | Stop-Job -Name wx_httpbin - Write-Output "--- httpbin output ---" - Get-Content c:\projects\wxwidgets\httpbin.log - Write-Output "--- httpbin output end ---" diff --git a/build/tools/appveyor-test.bat b/build/tools/appveyor-test.bat index f0319c16ed..1a2e41566c 100755 --- a/build/tools/appveyor-test.bat +++ b/build/tools/appveyor-test.bat @@ -59,4 +59,7 @@ goto :eof echo. echo !!! Non-GUI test failed. echo. +echo --- httpbin output --- +type c:\projects\wxwidgets\httpbin.log +echo --- httpbin output end --- goto :eof