Skip to content

Commit 9628130

Browse files
committed
Auto merge of #12985 - llogiq:fix-integration-test, r=Alexendoo
use short message format in integration test While checking #12983, bors came upon a cargo change that put "E0463" into the standard error (as part of a test case code snippet), which the integration test picked up to fail the build. Talk about unforeseen consequences. So this PR just changes the integration test to use short message format in order to not include the code snippets in the output. Hopefully that will fix the problem. r? `@Alexendoo` --- changelog: none
2 parents 26c556d + 51ccad6 commit 9628130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration.rs

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fn integration_test() {
5555
"clippy",
5656
"--all-targets",
5757
"--all-features",
58+
"--message-format=short",
5859
"--",
5960
"--cap-lints",
6061
"warn",

0 commit comments

Comments
 (0)