• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

os-autoinst / os-autoinst / 2442 / 1
57%
master: 57%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2017 11:59AM UTC
Files 61
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Feb 2017 11:48AM UTC coverage: 49.707%. Remained the same
2442.1

push

travis-ci

coolo
serial terminal: Use newline to clear buffer instead of EOT (#710)

Send a newline character which causes the terminal to flush its input buffer
and cat to read the incoming data. Once the terminal's input buffer is empty,
we send EOT (End Of Transmission) which causes the EOF condition in
cat (i.e. read() returns zero).

Previously EOT was used twice, once to flush the buffer and then a second time
to exit. If the buffer was already empty this would result in cat exiting
after the first EOT then the second would cause the shell to log out. Unlike
EOT newline can not cause the EOF condition because it is written to the buffer.

2971 of 5977 relevant lines covered (49.71%)

166.98 hits per line

Source Files on job 2442.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 1
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2442
  • Travis Job 2442.1
  • 3e24df4d on github
  • Prev Job for on master (#2435.1)
  • Next Job for on master (#2443.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc