cargo/tests
bors 35b2b04157 Auto merge of #6497 - ehuss:test-require-output-check, r=dwijnand
testsuite: Require failing commands to check output.

This requires that commands that expect an error (using `with_status()`) also check some part of the output, to ensure that the test is working correctly. As evidence by the few tests fixed here, it is dangerous to assume that the correct error will trigger.

Some of these check rustc error messages which is generally undesirable since they aren't always stable, but I think in the few cases they shouldn't be much of a problem. If that seems too risky, I can make them more generic.
2018-12-29 08:58:42 +00:00
..
testsuite Auto merge of #6497 - ehuss:test-require-output-check, r=dwijnand 2018-12-29 08:58:42 +00:00