rust/src/libtest
kennytm a4e5c91cb8
libtest: Force a newline every 100 dots when testing in quiet mode.
Rationale:

We use --quiet mode when testing a PR in the CI. Also, we use `stamp` to
prefix every line with a timestamp. Previously, when testing in --quiet
mode, we will only print a dot for each test without any line breaks.
Combined with `stamp`, this means we'd need to wait for all tests to
complete before writing the output. On Travis CI, if we don't print
anything within 30 minutes, the job will be forcefully canceled. This
makes it very easy to spuriously-timeout when testing non-default images
like arm-android using the CI. This commit tries to workaround the issue
by printing a new line every 100 dots, forcing `stamp` to emit something
to reset Travis's countdown.
2017-11-06 03:53:39 +08:00
..
Cargo.toml Switch to the crates.io getopts crate 2017-06-20 12:43:12 -07:00
lib.rs libtest: Force a newline every 100 dots when testing in quiet mode. 2017-11-06 03:53:39 +08:00
stats.rs Fix links 2017-04-04 15:39:44 -04:00