Output of commands is often trimmed
The output of commands is often trimmed. It happens almost always when command errors.
Example: https://ci.appveyor.com/project/sheerun/bower/build/47
When I run this on my local machine, the output is not trimmed:
```
․․․․․․․․․․․․․․․․․․
461 passing (27s)
22 pending
>> =============================================================================
>> Writing coverage object [/Users/sheerun/Source/Bower/bower/test/reports/coverage.json]
>> Writing coverage reports at [/Users/sheerun/Source/Bower/bower/test/reports]
>> =============================================================================
=============================== Coverage summary ===============================
Statements : 86.63% ( 3129/3612 )
Branches : 73.34% ( 1081/1474 )
Functions : 86.54% ( 643/743 )
Lines : 86.71% ( 3124/3603 )
================================================================================
Running "exec:coveralls" (exec) task
>>
>> Bad response: 500 {"message":"Build processing error.","error":true,"url":""}
>> Exited with code: 8.
Warning: Task "exec:coveralls" failed. Use --force to continue.
Aborted due to warnings.
```
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 Feodor Fitsner on 14 Jan, 2015 03:08 AM
I think it's node 0.10.x specific issue with buffered redirection. Try switching to 0.11 to see if that helps.
The explanation of this issue:
https://github.com/mapnik/node-mapnik/issues/257#issuecomment-45571226
Similar post regarding the issue:
http://help.appveyor.com/discussions/problems/1257-console-output-s...
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.