Skip to content

Commit

Permalink
Auto merge of rust-lang#12985 - llogiq:fix-integration-test, r=Alexendoo
Browse files Browse the repository at this point in the history
use short message format in integration test

While checking rust-lang#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
  • Loading branch information
bors committed Jun 23, 2024
2 parents 26c556d + 51ccad6 commit 9628130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ fn integration_test() {
"clippy",
"--all-targets",
"--all-features",
"--message-format=short",
"--",
"--cap-lints",
"warn",
Expand Down

0 comments on commit 9628130

Please sign in to comment.