clog output is underliner in red
Hello
One change the ouputstream of our tests from 'cout' to 'clog' and now, all outputs are underlined in red. See end of this log
https://ci.appveyor.com/project/zosrothko/poco/build/build%20develo...
Can you remove the underlying of the clog stream. Thanks.
Moreover, there are 2 newlines inserted in the clog while none is inserted in cout.
testLength:
testSubstring:
testAppend:
testInsert:
An additional side effect is that the cygwin job takes now more time to execute and timeouts after 2 hours.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ilya Finkelshte... on 07 Nov, 2017 03:16 AM
It looks like it writes output to
stdErr
. Custom PowerShell host AppVeyor build runs in threat everything instdErr
as error. The only recommendation is to run this incmd
. If you prefer your investments made in PowerShell, you can wrap your PowerShell code in.ps1
file and call is fromcmd
withpowershell.exe
, for example- cmd: powershell.exe myscript.ps1
.zosrothko closed this discussion on 17 May, 2018 09:10 AM.