Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use short message format in integration test #12985

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Jun 23, 2024

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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 23, 2024
tests/integration.rs Outdated Show resolved Hide resolved
@Alexendoo
Copy link
Member

Let's try! @bors r+

@bors
Copy link
Collaborator

bors commented Jun 23, 2024

📌 Commit 51ccad6 has been approved by Alexendoo

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 23, 2024

⌛ Testing commit 51ccad6 with merge 9628130...

@bors
Copy link
Collaborator

bors commented Jun 23, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Alexendoo
Pushing 9628130 to master...

@bors bors merged commit 9628130 into rust-lang:master Jun 23, 2024
8 checks passed
@llogiq llogiq deleted the fix-integration-test branch June 23, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants