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

os-autoinst / os-autoinst / 2442
57%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2017 11:59AM UTC
Jobs 1
Files 61
Run time 3s
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

pending completion
2442

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

Jobs
ID Job ID Ran Files Coverage
1 2442.1 06 Feb 2017 11:59AM UTC 0
49.71
Travis Job 2442.1
Source Files on build 2442
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2442
  • 3e24df4d on github
  • Prev Build on master (#2435)
  • Next Build on master (#2443)
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