]> git.lizzy.rs Git - rust.git/commit
Improve terse test output.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 6 Apr 2022 01:09:16 +0000 (11:09 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 6 Apr 2022 01:21:14 +0000 (11:21 +1000)
commitb72a7fbcdc6978f73f6e16d0c0cfad8551dc6afe
tree73ba044609a6618d376ccabb8db9628ce7fc225a
parent6a9080b25e73d26aae94c3f6a13b31de58e66b5a
Improve terse test output.

The current terse output gives 112 chars per line, which causes
wraparound for people using 100 char wide terminals, which is very
common.

This commit changes it to be exactly 100 wide, which makes the output
look much nicer.
library/test/src/formatters/terse.rs