Show httpbin output if the test failed, not if it succeeded
This output is mostly useful for diagnosing errors, so it's not very useful to show it only after successful test completion in after_test command.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user