From: bors Date: Fri, 6 Oct 2017 17:54:30 +0000 (+0000) Subject: Auto merge of #4586 - lukaslueg:issue4534, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49ab521b2ef89d522c09b2e5a9adc9df107f6a85;p=cargo.git Auto merge of #4586 - lukaslueg:issue4534, r=alexcrichton Report hint if single failure with --no-fail-fast There are two things going on in #4534: * The doctest-kind masks the unittest-kind if doctests are executed during `--no-fail-fast`, no doctests fail and tests errors have already piled up. This is bug, fixed. * Cargo would previously not report any unittest-hints if running with `--no-fail-fast`. This behavior has been changed to report a specific hint iif exactly one error has bubbled up during `--no-fail-fast`. The hint in #4534 is now `...pass '--test integ'`. --- 49ab521b2ef89d522c09b2e5a9adc9df107f6a85